iterable-hash-table
Advanced tools
Comparing version 1.0.0 to 1.2.0
{ | ||
"name": "iterable-hash-table", | ||
"version": "1.0.0", | ||
"version": "1.2.0", | ||
"description": "A simple Iterable Hash Table", | ||
"main": "HashTable.js", | ||
"main": "public/HashTable.js", | ||
"scripts": { | ||
"postinstall": "tsc src/HashTable.ts -t ESNext --outDir public", | ||
"compile": "tsc src/HashTable.ts -t ESNext --outDir public -w", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "fluxxfield", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"dependencies": { | ||
"typescript": "^3.8.2" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20140
3
493
1
1
1
+ Addedtypescript@^3.8.2
+ Addedtypescript@3.9.10(transitive)