Comparing version 0.5.4 to 0.5.5
{ | ||
"name": "imm", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"description": "Immutable collections built on top of immutable.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/imm.js", |
@@ -37,2 +37,3 @@ var imm = require('../src/imm'); | ||
expect(returned).to.eql(record); | ||
expect(returned.numbers.asMutable).to.be(undefined); | ||
@@ -39,0 +40,0 @@ returned.numbers.push(3); |
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
56672
1586