Socket
Socket
Sign inDemoInstall

@percy/client

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/client - npm Package Compare versions

Comparing version 1.0.0-beta.69 to 1.0.0-beta.70

4

dist/client.js

@@ -42,3 +42,3 @@ "use strict";

if (!/^[^/]+?\/.+/.test(path)) {
throw new Error(`Invalid project path. Expected "org/project" but recieved "${path}"`);
throw new Error(`Invalid project path. Expected "org/project" but received "${path}"`);
}

@@ -232,3 +232,3 @@ } // PercyClient is used to communicate with the Percy API to create and finalize

let pending = !state || state === 'pending' || state === 'processing';
let updated = JSON.stringify(data) !== JSON.stringify(last); // new data recieved
let updated = JSON.stringify(data) !== JSON.stringify(last); // new data received

@@ -235,0 +235,0 @@ if (updated) {

{
"name": "@percy/client",
"version": "1.0.0-beta.69",
"version": "1.0.0-beta.70",
"license": "MIT",

@@ -26,4 +26,4 @@ "main": "dist/index.js",

"dependencies": {
"@percy/env": "1.0.0-beta.69",
"@percy/logger": "1.0.0-beta.69"
"@percy/env": "1.0.0-beta.70",
"@percy/logger": "1.0.0-beta.70"
},

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

},
"gitHead": "99b0617016a07c9d7d4ca37c1442011c904cf860"
"gitHead": "34f37a98ff71281cebadd39e53bb55a65b0d3456"
}
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