@puppeteer/browsers
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -134,2 +134,5 @@ "use strict"; | ||
'browser.tabs.warnOnOpen': false, | ||
// Disable page translations, which can cause issues with tests. | ||
// See https://bugzilla.mozilla.org/show_bug.cgi?id=1836093. | ||
'browser.translations.enable': false, | ||
// Disable the UI tour. | ||
@@ -136,0 +139,0 @@ 'browser.uitour.enabled': false, |
@@ -55,3 +55,3 @@ "use strict"; | ||
Browser["CHROMEDRIVER"] = "chromedriver"; | ||
})(Browser = exports.Browser || (exports.Browser = {})); | ||
})(Browser || (exports.Browser = Browser = {})); | ||
/** | ||
@@ -70,3 +70,3 @@ * Platform names used to identify a OS platfrom x architecture combination in the way | ||
BrowserPlatform["WIN64"] = "win64"; | ||
})(BrowserPlatform = exports.BrowserPlatform || (exports.BrowserPlatform = {})); | ||
})(BrowserPlatform || (exports.BrowserPlatform = BrowserPlatform = {})); | ||
exports.downloadUrls = { | ||
@@ -87,3 +87,3 @@ [Browser.CHROME]: chrome.resolveDownloadUrl, | ||
BrowserTag["LATEST"] = "latest"; | ||
})(BrowserTag = exports.BrowserTag || (exports.BrowserTag = {})); | ||
})(BrowserTag || (exports.BrowserTag = BrowserTag = {})); | ||
/** | ||
@@ -98,3 +98,3 @@ * @public | ||
ChromeReleaseChannel["BETA"] = "beta"; | ||
})(ChromeReleaseChannel = exports.ChromeReleaseChannel || (exports.ChromeReleaseChannel = {})); | ||
})(ChromeReleaseChannel || (exports.ChromeReleaseChannel = ChromeReleaseChannel = {})); | ||
//# sourceMappingURL=types.js.map |
@@ -123,2 +123,5 @@ /** | ||
'browser.tabs.warnOnOpen': false, | ||
// Disable page translations, which can cause issues with tests. | ||
// See https://bugzilla.mozilla.org/show_bug.cgi?id=1836093. | ||
'browser.translations.enable': false, | ||
// Disable the UI tour. | ||
@@ -125,0 +128,0 @@ 'browser.uitour.enabled': false, |
{ | ||
"name": "@puppeteer/browsers", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Download and launch browsers", | ||
@@ -97,2 +97,3 @@ "scripts": { | ||
"lib", | ||
"src", | ||
"!*.tsbuildinfo" | ||
@@ -105,3 +106,3 @@ ], | ||
"proxy-agent": "6.2.1", | ||
"tar-fs": "2.1.1", | ||
"tar-fs": "3.0.2", | ||
"unbzip2-stream": "1.4.3", | ||
@@ -108,0 +109,0 @@ "yargs": "17.7.1" |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
417044
149
7503
+ Addedb4a@1.6.7(transitive)
+ Addedbare-events@2.5.0(transitive)
+ Addedfast-fifo@1.3.2(transitive)
+ Addedqueue-tick@1.0.1(transitive)
+ Addedstreamx@2.20.1(transitive)
+ Addedtar-fs@3.0.2(transitive)
+ Addedtar-stream@3.1.7(transitive)
+ Addedtext-decoder@1.2.1(transitive)
- Removedbl@4.1.0(transitive)
- Removedchownr@1.1.4(transitive)
- Removedfs-constants@1.0.0(transitive)
- Removedinherits@2.0.4(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedtar-fs@2.1.1(transitive)
- Removedtar-stream@2.2.0(transitive)
- Removedutil-deprecate@1.0.2(transitive)
Updatedtar-fs@3.0.2