Socket
Socket
Sign inDemoInstall

puppeteer-extra-plugin

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puppeteer-extra-plugin - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

2

dist/index.cjs.js
/*!
* puppeteer-extra-plugin v3.0.3 by berstend
* puppeteer-extra-plugin v3.0.4 by berstend
* https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin

@@ -4,0 +4,0 @@ * @license MIT

/*!
* puppeteer-extra-plugin v3.0.3 by berstend
* puppeteer-extra-plugin v3.0.4 by berstend
* https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin

@@ -4,0 +4,0 @@ * @license MIT

{
"name": "puppeteer-extra-plugin",
"version": "3.0.3",
"version": "3.0.4",
"description": "Base class for puppeteer-extra plugins.",

@@ -19,3 +19,4 @@ "main": "dist/index.cjs.js",

"docs": "typedoc --module commonjs --readme none --excludeExternals --excludePrivate --target ES6 --theme markdown --out docs --mode file src",
"test": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ava -v src/**.test.ts",
"test": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ava -v",
"test-ci": "yarn build && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ava -v dist/*.test.js",
"prepublishOnly": "npm run test && npm run docs && npm run build"

@@ -27,2 +28,5 @@ },

"ava": {
"files": [
"src/**/*.test.ts"
],
"compileEnhancements": false,

@@ -78,3 +82,3 @@ "extensions": [

},
"gitHead": "7e9c578ddb29526d46155bcb180036cc1f9bd0e3"
"gitHead": "17e693ccab5acf68c5153924490c8730449bf998"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc