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

@percy/cli-build

Package Overview
Dependencies
Maintainers
1
Versions
264
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@percy/cli-build - npm Package Compare versions

Comparing version 1.30.5 to 1.30.6-beta.0

10

dist/finalize.js

@@ -30,5 +30,9 @@ import command from '@percy/cli-command';

});
await percy.client.finalizeBuild(build.id, {
all: true
});
try {
await percy.client.finalizeBuild(build.id, {
all: true
});
} catch (error) {
exit(1, 'Percy build failed during finalize', error.message);
}
let {

@@ -35,0 +39,0 @@ 'build-number': number,

{
"name": "@percy/cli-build",
"version": "1.30.5",
"version": "1.30.6-beta.0",
"license": "MIT",

@@ -12,3 +12,3 @@ "repository": {

"access": "public",
"tag": "latest"
"tag": "beta"
},

@@ -37,5 +37,5 @@ "engines": {

"dependencies": {
"@percy/cli-command": "1.30.5"
"@percy/cli-command": "1.30.6-beta.0"
},
"gitHead": "bf1c4a33777ea241f1f0256a70068d34983812a7"
"gitHead": "31c3cd95c0edcba3a3dcc04154481f6fc2e5787c"
}
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