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

immutable-assign

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immutable-assign - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

package.json
{
"name": "immutable-assign",
"version": "2.1.0",
"version": "2.1.1",
"description": "Lightweight immutable helper that allows you to continue working with Plain JavaScript Objects",

@@ -5,0 +5,0 @@ "main": "deploy/iassign.js",

@@ -371,3 +371,3 @@ # immutable-assign (iassign.js)

['a', 'b', 'c', 0, '0'],
(ci: any) => {
(ci) => {
ci.d++;

@@ -449,3 +449,3 @@ return ci;

* 2.1.0 - Added function overload 3 to pass in known property paths (array). Refer to [example 10](#example-10-update-nested-level-object-properties-using-property-paths-overload-3)
* 2.1.1 - Added function overload 3 to pass in known property paths (array). Refer to [example 10](#example-10-update-nested-level-object-properties-using-property-paths-overload-3)
* 2.0.8 - Fixed bug for undefined properties.

@@ -452,0 +452,0 @@ * 2.0.4 - Replaced the proxy-polyfill with Object.defineProperty(), which has a much better browser support.

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