@venncity/nested-config
Advanced tools
Comparing version 3.1.20-jest-memory-fixes2.39 to 3.1.20-jest-memory-fixes2.41
{ | ||
"name": "@venncity/nested-config", | ||
"version": "3.1.20-jest-memory-fixes2.39+bbecdffca", | ||
"version": "3.1.20-jest-memory-fixes2.41+73f612dca", | ||
"author": "Venn Engineering", | ||
@@ -32,3 +32,3 @@ "main": "src/nestedConfig.js", | ||
"dependencies": { | ||
"@venncity/package-info": "^1.1.64-jest-memory-fixes2.39+bbecdffca", | ||
"@venncity/package-info": "^1.1.64-jest-memory-fixes2.41+73f612dca", | ||
"config": "^3.1.0", | ||
@@ -53,3 +53,3 @@ "lodash": "^4.17.11", | ||
}, | ||
"gitHead": "bbecdffca3e791988956fa8e4ab0992cc9f9d288" | ||
"gitHead": "73f612dcaea8199294e55f4eb055fdff06c7772e" | ||
} |
@@ -100,2 +100,3 @@ process.env.ALLOW_CONFIG_MUTATIONS = true; | ||
module.exports = (options) => { | ||
@@ -102,0 +103,0 @@ if (_.isObject(options) && options.prebuiltConfigJson) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
39798