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 3.0.1 to 3.1.1

LICENSE

2

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

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

@@ -365,3 +365,3 @@ 'use strict';

* The resize method resizes the hash table by either increasing or decreasing the buckets
* array depending upon if the number of buckets drops below 20% or increases above 70%. It
* array depending upon if the number of buckets drops below 40% or increases above 70%. It
* then iterates over the old buckets array and rehashes the keys and inserts the key/value

@@ -368,0 +368,0 @@ * pairs into the new resized array.

# Iterable Hash Table
### Disclaimer
I wrote this for fun to learn more about Hash Tables, Iterables, Generator Functions and to learn how to upload packages to NPM. Please feel free to message me if you notice anything wrong with the code or wish to give me some tips and tricks. Thank you - Keenan Johns
### How to install

@@ -51,2 +55,3 @@

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