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 1.0.31 to 1.0.32

2

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

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

# immutable-assign (iassign.js)
Lightweight immutable helper that allows you to continue working with POJO (Plain Old JavaScript Object), and supports full TypeScript type checking.
Lightweight immutable helper that allows you to continue working with POJO (Plain Old JavaScript Object), and supports full TypeScript type checking for nested objects.

@@ -446,3 +446,3 @@ [![NPM version][3]][4] [![Build Status][1]][2] [![coverage status][5]][6]

* Added ignoreIfNoChange option, which cause iassign to return the same object if setProp() returns its parameter (i.e., reference pointer not changed).
* Added setOption() function to allow you set the iassign options globally in ES6
* Added setOption() function to allow you set the iassign options globally in ES6.

@@ -449,0 +449,0 @@ * 1.0.30 - [Support classes](https://github.com/engineforce/ImmutableAssign/issues/4)

@@ -56,3 +56,3 @@

// to readonly, in this case you need to use this method.
setOption(option: IIassignOption);
setOption(option: IIassignOption): void;
}

@@ -59,0 +59,0 @@ }

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