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

@percy/config

Package Overview
Dependencies
Maintainers
1
Versions
242
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.29.4-beta.5 to 1.29.4-beta.6

4

dist/utils/merge.js

@@ -73,3 +73,3 @@ const {

} else {
target === null || target === void 0 ? true : delete target[key];
target === null || target === void 0 || delete target[key];
return object;

@@ -86,3 +86,3 @@ }

if (index === path.length - 1) {
target === null || target === void 0 ? true : delete target[key];
target === null || target === void 0 || delete target[key];
}

@@ -89,0 +89,0 @@ return value;

@@ -49,3 +49,3 @@ import merge from './merge.js';

var _options5, _options5$skip, _options6, _schemas$i;
skip || (skip = (_options5 = options) === null || _options5 === void 0 ? void 0 : (_options5$skip = (_options6 = _options5).skip) === null || _options5$skip === void 0 ? void 0 : _options5$skip.call(_options6, mapped.concat(k)));
skip || (skip = (_options5 = options) === null || _options5 === void 0 || (_options5$skip = (_options6 = _options5).skip) === null || _options5$skip === void 0 ? void 0 : _options5$skip.call(_options6, mapped.concat(k)));
mapped.push(skip ? k : keycase(k));

@@ -52,0 +52,0 @@ skip || (skip = ((_schemas$i = schemas[i]) === null || _schemas$i === void 0 ? void 0 : _schemas$i.normalize) === false);

{
"name": "@percy/config",
"version": "1.29.4-beta.5",
"version": "1.29.4-beta.6",
"license": "MIT",

@@ -41,3 +41,3 @@ "repository": {

"dependencies": {
"@percy/logger": "1.29.4-beta.5",
"@percy/logger": "1.29.4-beta.6",
"ajv": "^8.6.2",

@@ -50,3 +50,3 @@ "cosmiconfig": "^8.0.0",

},
"gitHead": "aa585ef0d0cea47653ca7e64e6e2928f0a0ab2c9"
"gitHead": "7c33f03c17960885dbc29107add843d1851aa789"
}
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