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.0.4 to 1.0.5

2

dist/snapshot.js

@@ -154,3 +154,3 @@ import logger from '@percy/logger';

if (snapshots) migrated.snapshots = typeof snapshots === 'function' ? [] : snapshots;
if (snapshots) migrated.snapshots = typeof snapshots === 'function' ? [] : snapshots;else if (!isSnapshot && options.snapshots) migrated.snapshots = [];
let errors = PercyConfig.validate(migrated, schema);

@@ -157,0 +157,0 @@

{
"name": "@percy/core",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",

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

"dependencies": {
"@percy/client": "1.0.4",
"@percy/config": "1.0.4",
"@percy/dom": "1.0.4",
"@percy/logger": "1.0.4",
"@percy/client": "1.0.5",
"@percy/config": "1.0.5",
"@percy/dom": "1.0.5",
"@percy/logger": "1.0.5",
"content-disposition": "^0.5.4",

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

},
"gitHead": "db5b67f953f01c9a6d13b7a5a1d701ab983215cc"
"gitHead": "7cf12904abb316ab7348332e68c8c0ef68d78097"
}
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