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

@percy/config

Package Overview
Dependencies
Maintainers
6
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@percy/config - npm Package Compare versions

Comparing version 1.0.0-beta.34 to 1.0.0-beta.35

4

dist/stringify.js

@@ -34,6 +34,6 @@ "use strict";

case 'json':
return JSON.stringify(config, null, 2);
return JSON.stringify(config, null, 2) + '\n';
case 'js':
return `module.exports = ${inspect(config)}`;
return `module.exports = ${inspect(config)}\n`;

@@ -40,0 +40,0 @@ default:

{
"name": "@percy/config",
"version": "1.0.0-beta.34",
"version": "1.0.0-beta.35",
"license": "MIT",

@@ -28,3 +28,3 @@ "main": "dist/index.js",

"dependencies": {
"@percy/logger": "^1.0.0-beta.34",
"@percy/logger": "^1.0.0-beta.35",
"ajv": "^7.0.3",

@@ -37,3 +37,3 @@ "cosmiconfig": "^7.0.0",

},
"gitHead": "33915b5865c49bf8ef38c6f7a9eaf9e164869518"
"gitHead": "d158a3033eb018341d24473ccec964c90ddcdf1c"
}
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