Comparing version 4.1.1 to 4.1.2
{ | ||
"name": "obey", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Data modelling and validation library", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -8,2 +8,3 @@ /* | ||
const plugins = require('./plugins') | ||
const cloneDeep = require('lodash/cloneDeep') | ||
@@ -20,3 +21,3 @@ const validators = { | ||
} | ||
return value || def.default | ||
return value || cloneDeep(def.default) | ||
}, | ||
@@ -23,0 +24,0 @@ |
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
916
0
76066
30