immutable-assign
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
858148
28
0