Socket
Socket
Sign inDemoInstall

@percy/core

Package Overview
Dependencies
Maintainers
6
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@percy/core - npm Package Compare versions

Comparing version 1.19.2-alpha.0 to 1.19.2

12

package.json
{
"name": "@percy/core",
"version": "1.19.2-alpha.0",
"version": "1.19.2",
"license": "MIT",

@@ -42,6 +42,6 @@ "repository": {

"dependencies": {
"@percy/client": "1.19.2-alpha.0",
"@percy/config": "1.19.2-alpha.0",
"@percy/dom": "1.19.2-alpha.0",
"@percy/logger": "1.19.2-alpha.0",
"@percy/client": "1.19.2",
"@percy/config": "1.19.2",
"@percy/dom": "1.19.2",
"@percy/logger": "1.19.2",
"content-disposition": "^0.5.4",

@@ -57,3 +57,3 @@ "cross-spawn": "^7.0.3",

},
"gitHead": "d9bf82889731f5cdc3f7fa4fe836cc5232ee8fb6"
"gitHead": "609ae53aa84ab2f7054a21214b36dccd71025780"
}

@@ -279,1 +279,35 @@ # @percy/core

> custom browser executable, you may experience unexpected issues.
### How to update Chromium revision?
`src/install.js`
```js
chromium.revisions = {
linux: '.*',
win64: '.*',
win32: '.*',
darwin: '.*',
darwinArm: '.*'
};
```
Nicely summarised in this [stackoverflow](https://stackoverflow.com/a/56366776) answer.
### Excerpt
check the [release information on Github](https://github.com/GoogleChrome/puppeteer/releases) where the expected Chromium version and revision is specified.
For example:
> [v1.17.0](https://github.com/GoogleChrome/puppeteer/releases/tag/v1.17.0)
Big Changes
Chromium 76.0.3803.0 (r662092)
1. Go to [Chromium browser snapshots](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html)
2. Choose the directory of your platform (e.g., `Linux_x64`)
3. Copy the revision number into the "Filter:" field without the "r" (e.g., `662092`)
4. Fetch revision number for rest of the platform (`Win`, `Win_x64`, `Mac`, `Mac_Arm`), it should be nearby (Tip: verify the date of upload).
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