immutable-assign
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "immutable-assign", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/iassign.js", |
@@ -140,2 +140,6 @@ # ImmutableAssign | ||
```javascript | ||
var iassign = require("immutable-assign"); | ||
var deepFreeze = require("deep-freeze"); | ||
var _ = require("lodash"); | ||
var o1 = { a: { b: { c: [1, 2, 3] } } }; | ||
@@ -142,0 +146,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
645873
187
0