immutable-object-methods
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "immutable-object-methods", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Update normal plain javascript object, immutable style. Simlar to how immutable.js, seamless-immutable etc does it but a lot smaller and simpler.", | ||
@@ -29,3 +29,3 @@ "main": "dist/index.js", | ||
"package-json-to-readme": "^1.5.1", | ||
"semistandard": "^7.0.5", | ||
"semistandard": "^8.0.0", | ||
"snazzy": "^4.0.0" | ||
@@ -32,0 +32,0 @@ }, |
import test from 'ava'; | ||
import 'babel-core/register'; | ||
import {assign, getIn, mergeDeep, setIn, set, without} from './lib'; | ||
import objectMethods from './lib'; | ||
import {assign, getIn, mergeDeep, setIn, set, without, default as objectMethods} from './lib'; | ||
@@ -6,0 +5,0 @@ test('default export', t => { |
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
0
17182
452