Huge News!Announcing our $40M Series B led by Abstract Ventures.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 3.1.4 to 3.1.5

2

package.json
{
"name": "iterable-hash-table",
"version": "3.1.4",
"version": "3.1.5",
"description": "A simple Iterable Hash Table written in TypeScript",

@@ -5,0 +5,0 @@ "main": "public/HashTable.js",

# Iterable Hash Table
Github Repo - https://github.com/FluxxField/iterable-hash-table
NPM Page - https://www.npmjs.com/package/iterable-hash-table

@@ -13,8 +14,13 @@

To add the Hash Table to your project
`npm i -s iterable-hash-table`
Then, to add the Hash table to your file
ES6+
`import HashTable from 'iterable-hash-table';`
ES5
`const HashTable = require('iterable-hash-table');`

@@ -66,2 +72,2 @@

Keenan Johns aka fluxxfield
Keenan Johns aka fluxxfield
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