Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@percy/core

Package Overview
Dependencies
Maintainers
6
Versions
241
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.0.0-beta.46 to 1.0.0-beta.47

20

dist/install.js

@@ -28,9 +28,4 @@ "use strict";

directory = _path.default.resolve(__dirname, '../.local-chromium'),
// default revision corresponds to v87.0.4280.x
revision = selectByPlatform({
linux: '812847',
win64: '812845',
win32: '812822',
darwin: '812851'
})
// default chromium revision by platform (see installChromium.revisions)
revision = selectByPlatform(installChromium.revisions)
} = {}) {

@@ -61,6 +56,13 @@ let extract = (i, o) => require('extract-zip')(i, {

});
} // Installs an executable from a url to a local directory, returning the full path to the extracted
} // default chromium revisions corresponds to v87.0.4280.x
installChromium.revisions = {
linux: '812847',
win64: '812845',
win32: '812822',
darwin: '812851'
}; // Installs an executable from a url to a local directory, returning the full path to the extracted
// binary. Skips installation if the executable already exists at the binary path.
async function install({

@@ -67,0 +69,0 @@ name,

{
"name": "@percy/core",
"version": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"license": "MIT",

@@ -28,6 +28,6 @@ "main": "dist/index.js",

"dependencies": {
"@percy/client": "^1.0.0-beta.46",
"@percy/config": "^1.0.0-beta.46",
"@percy/dom": "^1.0.0-beta.46",
"@percy/logger": "^1.0.0-beta.46",
"@percy/client": "^1.0.0-beta.47",
"@percy/config": "^1.0.0-beta.47",
"@percy/dom": "^1.0.0-beta.47",
"@percy/logger": "^1.0.0-beta.47",
"cross-spawn": "^7.0.3",

@@ -39,3 +39,3 @@ "extract-zip": "^2.0.1",

},
"gitHead": "baa91b91d971c61abd640e0b7bd68dff700d2609"
"gitHead": "76ec62a8760c712cae9118a4dd2a4a6eb49e5214"
}
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