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.21 to 1.0.22

.zuul.yml

6

karma.conf.js

@@ -159,3 +159,3 @@ // Karma configuration

startConnect: false,
build: Math.random().toString()
build: new Date().getTime() //Math.random().toString()
},

@@ -182,5 +182,5 @@ customLaunchers: customLaunchers,

captureTimeout: 120000,
captureTimeout: 300000,
browserNoActivityTimeout: 300000,
retryLimit: 5,
retryLimit: 3,

@@ -187,0 +187,0 @@ // Concurrency level

{
"name": "immutable-assign",
"version": "1.0.21",
"version": "1.0.22",
"description": "Lightweight immutable helper that allows you to continue working with Plain JavaScript Objects",

@@ -8,3 +8,2 @@ "main": "src/iassign.js",

"scripts": {
"postinstall": "npm run build",
"test": "node node_modules/istanbul/lib/cli.js cover node_modules/jasmine/bin/jasmine.js",

@@ -11,0 +10,0 @@ "test-backup": "node node_modules/jasmine/bin/jasmine.js",

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