@meniga/immutable
Advanced tools
Comparing version 4.8.1-alpha.46 to 4.8.1-alpha.148
/** @module utils/immutable */ | ||
import { isNumber, isObject } from 'lodash'; | ||
import { isNumber } from 'lodash'; | ||
import { pipe, get, find } from 'lodash/fp'; | ||
@@ -4,0 +4,0 @@ /** |
@@ -6,3 +6,3 @@ import "core-js/modules/es.array.concat"; | ||
import { isNumber, slice } from 'lodash'; | ||
import { findIndex, get, set, omit, unset, pipe } from 'lodash/fp'; | ||
import { findIndex, get, set, omit, pipe } from 'lodash/fp'; | ||
/** | ||
@@ -9,0 +9,0 @@ * remove property at path |
@@ -5,3 +5,3 @@ import "core-js/modules/es.array.concat"; | ||
/** @module utils/immutable */ | ||
import { findIndex, get, includes, toPath } from 'lodash'; | ||
import { get, includes, toPath } from 'lodash'; | ||
import { update } from 'lodash/fp'; | ||
@@ -8,0 +8,0 @@ import _updateCustomizer from './_updateCustomizer'; |
{ | ||
"name": "@meniga/immutable", | ||
"version": "4.8.1-alpha.46+824e2e729", | ||
"version": "4.8.1-alpha.148+a25773d", | ||
"publishConfig": { | ||
@@ -21,3 +21,3 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"gitHead": "824e2e729abfa9190a2f98e19bbbe663055af63a" | ||
"gitHead": "a25773d514bb38142a1e021e8835305bbe4478bd" | ||
} |
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
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
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
1
15911