New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

puppeteer

Package Overview
Dependencies
Maintainers
2
Versions
923
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puppeteer - npm Package Compare versions

Comparing version 23.9.0 to 23.10.0

10

lib/cjs/puppeteer/puppeteer.d.ts

@@ -21,11 +21,15 @@ /**

*/
defaultArgs: (options?: PuppeteerCore.BrowserLaunchArgumentOptions) => string[],
defaultArgs: (options?: PuppeteerCore.LaunchOptions) => string[],
/**
* @public
*/
executablePath: (channel?: PuppeteerCore.ChromeReleaseChannel) => string,
executablePath: {
(channel: PuppeteerCore.ChromeReleaseChannel): string;
(options: PuppeteerCore.LaunchOptions): string;
(): string;
},
/**
* @public
*/
launch: (options?: PuppeteerCore.PuppeteerLaunchOptions) => Promise<PuppeteerCore.Browser>,
launch: (options?: PuppeteerCore.LaunchOptions) => Promise<PuppeteerCore.Browser>,
/**

@@ -32,0 +36,0 @@ * @public

@@ -26,9 +26,19 @@ "use strict";

};
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __importStar = (this && this.__importStar) || (function () {
var ownKeys = function(o) {
ownKeys = Object.getOwnPropertyNames || function (o) {
var ar = [];
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
return ar;
};
return ownKeys(o);
};
return function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
__setModuleDefault(result, mod);
return result;
};
})();
Object.defineProperty(exports, "__esModule", { value: true });

@@ -35,0 +45,0 @@ exports.trimCache = exports.launch = exports.executablePath = exports.defaultArgs = exports.connect = void 0;

@@ -21,11 +21,15 @@ /**

*/
defaultArgs: (options?: PuppeteerCore.BrowserLaunchArgumentOptions) => string[],
defaultArgs: (options?: PuppeteerCore.LaunchOptions) => string[],
/**
* @public
*/
executablePath: (channel?: PuppeteerCore.ChromeReleaseChannel) => string,
executablePath: {
(channel: PuppeteerCore.ChromeReleaseChannel): string;
(options: PuppeteerCore.LaunchOptions): string;
(): string;
},
/**
* @public
*/
launch: (options?: PuppeteerCore.PuppeteerLaunchOptions) => Promise<PuppeteerCore.Browser>,
launch: (options?: PuppeteerCore.LaunchOptions) => Promise<PuppeteerCore.Browser>,
/**

@@ -32,0 +36,0 @@ * @public

{
"name": "puppeteer",
"version": "23.9.0",
"version": "23.10.0",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",

@@ -126,7 +126,7 @@ "keywords": [

"dependencies": {
"@puppeteer/browsers": "2.4.1",
"@puppeteer/browsers": "2.5.0",
"chromium-bidi": "0.8.0",
"cosmiconfig": "^9.0.0",
"devtools-protocol": "0.0.1367902",
"puppeteer-core": "23.9.0",
"puppeteer-core": "23.10.0",
"typed-query-selector": "^2.12.0"

@@ -133,0 +133,0 @@ },

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 too big to display

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