Socket
Socket
Sign inDemoInstall

@percy/config

Package Overview
Dependencies
Maintainers
6
Versions
233
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.44 to 1.0.0-beta.45

6

dist/validate.js

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

let {
dataPath,
instancePath,
keyword,

@@ -89,3 +89,3 @@ params,

} = error;
let path = dataPath ? dataPath.substr(1).split('/') : [];
let path = instancePath ? instancePath.substr(1).split('/') : [];

@@ -100,3 +100,3 @@ if (keyword === 'required') {

let dataType = Array.isArray(data) ? 'array' : typeof data;
message = `should be ${a(params.type)}, received ${a(dataType)}`;
message = `must be ${a(params.type)}, received ${a(dataType)}`;
}

@@ -103,0 +103,0 @@

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

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

"dependencies": {
"@percy/logger": "^1.0.0-beta.44",
"ajv": "^7.0.3",
"@percy/logger": "^1.0.0-beta.45",
"ajv": "^8.0.5",
"cosmiconfig": "^7.0.0",

@@ -34,3 +34,3 @@ "yaml": "^1.10.0"

},
"gitHead": "22062e770a9b05140b7617593e93f00495888a8a"
"gitHead": "1e600c7b3318ce14aa66cb763c204443e5f034b7"
}
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