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.6.4 to 1.7.0

4

dist/snapshot.js

@@ -150,3 +150,3 @@ import fs from 'fs';

if (ext === '.js') {
if (/\.(c|m)?js$/.test(ext)) {
let {

@@ -158,3 +158,3 @@ default: module

return JSON.parse(fs.readFileSync(file, 'utf-8'));
} else if (ext.match(/\.ya?ml$/)) {
} else if (/\.ya?ml$/.test(ext)) {
let {

@@ -161,0 +161,0 @@ default: YAML

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

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

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