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

@percy/client

Package Overview
Dependencies
Maintainers
1
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@percy/client - npm Package Compare versions

Comparing version 1.28.3 to 1.28.4-beta.0

9

dist/client.js

@@ -191,2 +191,3 @@ import fs from 'fs';

} catch (error) {
this.log.error(error);
if (error.response.statusCode === 403) {

@@ -203,2 +204,3 @@ throw new Error(INVALID_TOKEN_ERROR_MESSAGE);

} catch (error) {
this.log.error(error);
if (error.response.statusCode === 403) {

@@ -557,2 +559,3 @@ throw new Error(INVALID_TOKEN_ERROR_MESSAGE);

} catch (error) {
this.log.error(error);
if (error.response.statusCode === 400) {

@@ -599,2 +602,8 @@ return false;

}
async sendBuildLogs(body) {
this.log.debug('Sending Build Logs');
return this.post('logs', {
data: body
});
}
mayBeLogUploadSize(contentSize) {

@@ -601,0 +610,0 @@ if (contentSize >= 25 * 1024 * 1024) {

10

package.json
{
"name": "@percy/client",
"version": "1.28.3",
"version": "1.28.4-beta.0",
"license": "MIT",

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

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

@@ -36,7 +36,7 @@ "engines": {

"dependencies": {
"@percy/env": "1.28.3",
"@percy/logger": "1.28.3",
"@percy/env": "1.28.4-beta.0",
"@percy/logger": "1.28.4-beta.0",
"pako": "^2.1.0"
},
"gitHead": "5d41045921c7ac06329c4b72caaf291d34e3f699"
"gitHead": "fe4d7e944acd2081d901eb2eed202ccb64098576"
}

@@ -148,3 +148,4 @@ import EventEmitter from 'events';

data: []
}]
}],
'/logs': () => [200, 'random_sha']
},

@@ -151,0 +152,0 @@

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