Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@meniga/immutable

Package Overview
Dependencies
Maintainers
4
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meniga/immutable - npm Package Compare versions

Comparing version 4.8.1-alpha.46 to 4.8.1-alpha.148

2

lib/findIn.js
/** @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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc