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.4 to 3.0.7

2

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

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

@@ -80,3 +80,3 @@ import debug from 'debug';

*/
readonly name: string;
get name(): string;
/**

@@ -105,3 +105,3 @@ * Plugin defaults (optional).

*/
readonly defaults: PluginOptions;
get defaults(): PluginOptions;
/**

@@ -133,3 +133,3 @@ * Plugin requirements (optional).

*/
readonly requirements: PluginRequirements;
get requirements(): PluginRequirements;
/**

@@ -148,3 +148,3 @@ * Plugin dependencies (optional).

*/
readonly dependencies: PluginDependencies;
get dependencies(): PluginDependencies;
/**

@@ -184,3 +184,3 @@ * Plugin data (optional).

*/
readonly data: PluginData[];
get data(): PluginData[];
/**

@@ -203,3 +203,3 @@ * Access the plugin options (usually the `defaults` merged with user defined options)

*/
readonly opts: PluginOptions;
get opts(): PluginOptions;
/**

@@ -223,3 +223,3 @@ * Convenience debug logger based on the [debug] module.

*/
readonly debug: debug.Debugger;
get debug(): debug.Debugger;
/**

@@ -449,3 +449,3 @@ * Before a new browser instance is created/launched.

*/
readonly _isPuppeteerExtraPlugin: boolean;
get _isPuppeteerExtraPlugin(): boolean;
}
/*!
* puppeteer-extra-plugin v3.0.4 by berstend
* puppeteer-extra-plugin v3.0.7 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.4",
"version": "3.0.7",
"description": "Base class for puppeteer-extra plugins.",

@@ -55,22 +55,23 @@ "main": "dist/index.cjs.js",

"@types/debug": "^4.1.0",
"@types/node": "^10.12.23",
"@types/puppeteer": "^1.12.1",
"ava": "^1.2.1",
"@types/node": "^12.12.12",
"@types/puppeteer": "^2.0.0",
"ava": "2.4.0",
"lodash.camelcase": "^4.3.0",
"puppeteer": "next",
"rollup": "^1.1.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"puppeteer": "^2.0.0",
"rollup": "^1.27.5",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.19.2",
"rollup-plugin-typescript2": "^0.25.2",
"ts-node": "^8.0.2",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^8.0.1",
"tslint-config-standard": "^9.0.0",
"typedoc": "^0.14.2",
"typedoc-plugin-markdown": "^1.1.26",
"typescript": "^3.3.3"
"typescript": "^3.3.3",
"update-markdown-jsdoc": "^1.0.11"
},
"dependencies": {
"debug": "^3.1.0",
"debug": "^4.1.1",
"merge-deep": "^3.0.1"

@@ -81,3 +82,3 @@ },

},
"gitHead": "17e693ccab5acf68c5153924490c8730449bf998"
"gitHead": "21cf62f8aaa2b72479155ea02f178355a284080b"
}

@@ -1,2 +0,2 @@

# puppeteer-extra-plugin
# puppeteer-extra-plugin [![Build Status](https://travis-ci.org/berstend/puppeteer-extra.svg?branch=master)](https://travis-ci.org/berstend/puppeteer-extra) [![npm](https://img.shields.io/npm/v/puppeteer-extra-plugin.svg)](https://www.npmjs.com/package/puppeteer-extra-plugin)

@@ -21,3 +21,3 @@ ## Installation

### `v3.1.0`
### `v3.0.1`

@@ -31,4 +31,4 @@ - Now written in TypeScript 🎉

// After (>= v3.1.0)
// After (>= v3.0.1)
const { PuppeteerExtraPlugin } = require('puppeteer-extra-plugin')
```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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