iterable-hash-table
Advanced tools
Comparing version 3.1.4 to 3.1.5
{ | ||
"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 |
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
47418
72