Socket
Socket
Sign inDemoInstall

@puppeteer/browsers

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@puppeteer/browsers - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

lib/cjs/browsers/browsers.d.ts

@@ -29,3 +29,3 @@ /**

};
export { Browser, BrowserPlatform };
export { Browser, BrowserPlatform, ChromeReleaseChannel };
export declare function resolveBuildId(browser: Browser, platform: BrowserPlatform, tag: string): Promise<string>;

@@ -32,0 +32,0 @@ export declare function createProfile(browser: Browser, opts: ProfileOptions): Promise<void>;

@@ -41,3 +41,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.resolveSystemExecutablePath = exports.createProfile = exports.resolveBuildId = exports.BrowserPlatform = exports.Browser = exports.executablePathByBrowser = exports.downloadUrls = void 0;
exports.resolveSystemExecutablePath = exports.createProfile = exports.resolveBuildId = exports.ChromeReleaseChannel = exports.BrowserPlatform = exports.Browser = exports.executablePathByBrowser = exports.downloadUrls = void 0;
const chrome = __importStar(require("./chrome.js"));

@@ -48,2 +48,3 @@ const firefox = __importStar(require("./firefox.js"));

Object.defineProperty(exports, "BrowserPlatform", { enumerable: true, get: function () { return types_js_1.BrowserPlatform; } });
Object.defineProperty(exports, "ChromeReleaseChannel", { enumerable: true, get: function () { return types_js_1.ChromeReleaseChannel; } });
exports.downloadUrls = {

@@ -50,0 +51,0 @@ [types_js_1.Browser.CHROME]: chrome.resolveDownloadUrl,

@@ -19,3 +19,3 @@ /**

export { detectBrowserPlatform } from './detectPlatform.js';
export { Browser, BrowserPlatform } from './browsers/browsers.js';
export { Browser, BrowserPlatform, ChromeReleaseChannel, } from './browsers/browsers.js';
//# sourceMappingURL=main.d.ts.map

@@ -18,3 +18,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.BrowserPlatform = exports.Browser = exports.detectBrowserPlatform = exports.canFetch = exports.fetch = exports.WEBDRIVER_BIDI_WEBSOCKET_ENDPOINT_REGEX = exports.CDP_WEBSOCKET_ENDPOINT_REGEX = exports.computeSystemExecutablePath = exports.computeExecutablePath = exports.launch = void 0;
exports.ChromeReleaseChannel = exports.BrowserPlatform = exports.Browser = exports.detectBrowserPlatform = exports.canFetch = exports.fetch = exports.WEBDRIVER_BIDI_WEBSOCKET_ENDPOINT_REGEX = exports.CDP_WEBSOCKET_ENDPOINT_REGEX = exports.computeSystemExecutablePath = exports.computeExecutablePath = exports.launch = void 0;
var launcher_js_1 = require("./launcher.js");

@@ -34,2 +34,3 @@ Object.defineProperty(exports, "launch", { enumerable: true, get: function () { return launcher_js_1.launch; } });

Object.defineProperty(exports, "BrowserPlatform", { enumerable: true, get: function () { return browsers_js_1.BrowserPlatform; } });
Object.defineProperty(exports, "ChromeReleaseChannel", { enumerable: true, get: function () { return browsers_js_1.ChromeReleaseChannel; } });
//# sourceMappingURL=main.js.map

@@ -29,3 +29,3 @@ /**

};
export { Browser, BrowserPlatform };
export { Browser, BrowserPlatform, ChromeReleaseChannel };
export declare function resolveBuildId(browser: Browser, platform: BrowserPlatform, tag: string): Promise<string>;

@@ -32,0 +32,0 @@ export declare function createProfile(browser: Browser, opts: ProfileOptions): Promise<void>;

@@ -18,3 +18,3 @@ /**

import * as firefox from './firefox.js';
import { Browser, BrowserPlatform, BrowserTag, } from './types.js';
import { Browser, BrowserPlatform, BrowserTag, ChromeReleaseChannel, } from './types.js';
export const downloadUrls = {

@@ -30,3 +30,3 @@ [Browser.CHROME]: chrome.resolveDownloadUrl,

};
export { Browser, BrowserPlatform };
export { Browser, BrowserPlatform, ChromeReleaseChannel };
export async function resolveBuildId(browser, platform, tag) {

@@ -33,0 +33,0 @@ switch (browser) {

@@ -19,3 +19,3 @@ /**

export { detectBrowserPlatform } from './detectPlatform.js';
export { Browser, BrowserPlatform } from './browsers/browsers.js';
export { Browser, BrowserPlatform, ChromeReleaseChannel, } from './browsers/browsers.js';
//# sourceMappingURL=main.d.ts.map

@@ -19,3 +19,3 @@ /**

export { detectBrowserPlatform } from './detectPlatform.js';
export { Browser, BrowserPlatform } from './browsers/browsers.js';
export { Browser, BrowserPlatform, ChromeReleaseChannel, } from './browsers/browsers.js';
//# sourceMappingURL=main.js.map
{
"name": "@puppeteer/browsers",
"version": "0.1.0",
"version": "0.1.1",
"description": "Download and launch browsers",

@@ -5,0 +5,0 @@ "scripts": {

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

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