@browseth/utils
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -146,2 +146,3 @@ 'use strict'; | ||
} | ||
throw new TypeError("invalid value '" + value + "'"); | ||
@@ -148,0 +149,0 @@ } |
@@ -140,2 +140,3 @@ import _getIterator from 'babel-runtime/core-js/get-iterator'; | ||
} | ||
throw new TypeError("invalid value '" + value + "'"); | ||
@@ -142,0 +143,0 @@ } |
{ | ||
"name": "@browseth/utils", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -15,4 +15,3 @@ "browser": "build/browser.js", | ||
"pretest": "yarn build-node", | ||
"test": "node test", | ||
"postinstall": "lerna link" | ||
"test": "node test" | ||
}, | ||
@@ -27,3 +26,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "d1858226c266ce7f8c1d9962a7453f8604f55624" | ||
"gitHead": "ff00b0e69911525b0ddb55312ea5357f77c13c76" | ||
} |
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
0
857463