New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iterable-hash-table

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iterable-hash-table - npm Package Compare versions

Comparing version 1.0.0 to 1.2.0

public/HashTable.js

11

package.json
{
"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"
}
}
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