Socket
Socket
Sign inDemoInstall

@percy/cli-snapshot

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

Comparing version 1.7.0 to 1.7.1

7

dist/snapshot.js

@@ -87,5 +87,8 @@ import fs from 'fs';

// load snapshots file
let snapshots = yield loadSnapshotFile(file); // accept a config object instead of an array of snapshots
let snapshots = yield loadSnapshotFile(file); // remove any references and accept an array of snapshots instead of an config object
let config = Array.isArray(snapshots) ? {
let {
references,
...config
} = Array.isArray(snapshots) ? {
snapshots

@@ -92,0 +95,0 @@ } : snapshots;

{
"name": "@percy/cli-snapshot",
"version": "1.7.0",
"version": "1.7.1",
"license": "MIT",

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

"dependencies": {
"@percy/cli-command": "1.7.0",
"@percy/cli-command": "1.7.1",
"yaml": "^2.0.0"
},
"gitHead": "f1418fb1effdaad2d32c65d1a358282ab1f9ec32"
"gitHead": "012892cdaf7a07aa1b5aa355017639cee0e8a19e"
}
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