node-puppeteer 13.4.1+dfsg-1ubuntu1 source package in Ubuntu

Changelog

node-puppeteer (13.4.1+dfsg-1ubuntu1) kinetic; urgency=medium

  * Depend on chromium-browser instead of chromium and chromium-sandbox.
    chromium-browser is a transitional package that pulls in the snap, so
    a versioned dependency is not needed as the deb version doesn't change.

 -- Steve Langasek <email address hidden>  Sat, 20 Aug 2022 10:20:18 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-puppeteer_13.4.1+dfsg.orig-devtools-protocol.tar.xz 190.7 KiB 26cdf95bf6d0f98be82a2f5b6a464b840fd5725f4730983c41d953a62bafe40b
node-puppeteer_13.4.1+dfsg.orig.tar.xz 886.8 KiB dbdfe782efb0174e615835b0c9b5af5752664806c60f0ccd10d948ec74dcfff5
node-puppeteer_13.4.1+dfsg-1ubuntu1.debian.tar.xz 7.7 KiB 9588443501c08399b4db46acf6a635cf5275dfa4b4ad802a6e92465e467c5786
node-puppeteer_13.4.1+dfsg-1ubuntu1.dsc 2.8 KiB e9cfc3aafd9d5d4ee2eedf2a5b15aa3c642d95025131014d6d6f18a65894f1ca

View changes file

Binary packages built by this source

node-puppeteer: API to control Chrome over the DevTools Protocol

 Puppeteer is a Node library which provides a high-level API to control Chrome
 or Chromium over the DevTools Protocol. Puppeteer runs headless by default,
 but can be configured to run full (non-headless) Chrome or Chromium.
 .
 Node.js is an event-based server-side JavaScript engine.