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

Changelog

node-puppeteer (13.4.1+dfsg-2ubuntu1) lunar; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - 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.

node-puppeteer (13.4.1+dfsg-2) unstable; urgency=medium

  * Team upload
  * Update lintian override info format in d/source/lintian-overrides
    on line 2-3, 5-6, 8-9
  * Update standards version to 4.6.1, no changes needed
  * Add ctype=nodejs to component(s)
  * Allow __proto__ access during test

 -- Steve Langasek <email address hidden>  Tue, 24 Jan 2023 19:39:40 -0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [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-2ubuntu1.debian.tar.xz 7.9 KiB a27c0eeba18a582d703c258cb1a9fe98b9edccaace3a78f958d88f1e4461f8d0
node-puppeteer_13.4.1+dfsg-2ubuntu1.dsc 2.8 KiB 342b9907a50b831f540310c0d95ab35bf54e2336dcfc438dc789d3c16b9ff948

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.