New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4 to 2.1.5

7

deploy/iassign.js
'use strict';
var __spreadArray = (this && this.__spreadArray) || function (to, from) {
for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
to[j] = from[i];
return to;
};
(function (root, factory) {

@@ -159,3 +164,3 @@ if (typeof module === 'object' && typeof module.exports === 'object') {

}
paths = paths.concat(remainingFunctionTokens.map(function (s) { return s.propName; }));
paths = __spreadArray(__spreadArray([], paths), remainingFunctionTokens.map(function (s) { return s.propName; }));
}

@@ -162,0 +167,0 @@ }

44

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

@@ -15,3 +15,3 @@ "main": "deploy/iassign.js",

"debug": "node --inspect --inspect-brk node_modules/jasmine/bin/jasmine.js",
"build": "gulp",
"build": "tsc && rm -rf deploy && mkdir deploy && cp -v src/*.{js,d.ts} deploy/",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",

@@ -37,3 +37,2 @@ "benchmarks": "node debug/benchmarks"

],
"dependencies": {},
"optionalDependencies": {

@@ -43,34 +42,29 @@ "deep-freeze-strict": "^1.1.1"

"devDependencies": {
"@types/lodash": "^4.14.116",
"@types/lodash": "^4.14.170",
"braces": "^3.0.2",
"chalk": "^2.4.1",
"core-js": "^2.5.7",
"coveralls": "^3.0.2",
"chalk": "^4.1.1",
"core-js": "^3.15.2",
"coveralls": "^3.1.1",
"deep-freeze": "^0.0.1",
"edge-launcher": "^1.2.2",
"expect": "^23.5.0",
"gulp": "^3.9.1",
"gulp-less": "^4.0.1",
"gulp-typescript": "^5.0.0-alpha.3",
"immer": "^1.5.0",
"immutable": "^3.8.2",
"expect": "^27.0.6",
"immer": "^9.0.3",
"immutable": "^4.0.0-rc.12",
"istanbul": "^0.4.5",
"jasmine": "^2.99.0",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"jasmine": "^3.7.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^1.1.0",
"karma-firefox-launcher": "^2.1.1",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine": "^4.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.2.0",
"lodash": "^4.17.10",
"merge2": "^1.2.2",
"karma-sauce-launcher": "^4.3.6",
"lodash": "^4.17.21",
"minimatch": "^3.0.4",
"seamless-immutable": "^7.1.3",
"timm": "^1.6.1",
"typescript": "^3.0.1",
"vinyl-source-stream": "^2.0.0"
"seamless-immutable": "^7.1.4",
"timm": "^1.7.1",
"typescript": "^4.3.5"
}
}

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

* 2.1.5 - Migrated to github actions
* 2.1.4 - Reduce the package size to 11.9 kB

@@ -476,4 +477,4 @@ * 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)

[1]: https://travis-ci.org/engineforce/ImmutableAssign.svg?branch=master
[2]: https://travis-ci.org/engineforce/ImmutableAssign
[1]: https://github.com/engineforce/ImmutableAssign/actions/workflows/npm-publish.yml/badge.svg?branch=master
[2]: https://github.com/engineforce/ImmutableAssign/actions
[3]: https://badge.fury.io/js/immutable-assign.svg

@@ -480,0 +481,0 @@ [4]: https://badge.fury.io/js/immutable-assign

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