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 2.0.0 to 2.0.1

2

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

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

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

/**
* The insert method will call the hash method to encrypt our insertion key and insert its
* The set method will call the hash method to encrypt our insertion key and insert its
* value at this specified index in our storage array (any index from 0 to size) By using

@@ -78,0 +78,0 @@ * a Map as our buckets, we get the benifit of being able to handle hash collisions while

@@ -10,2 +10,5 @@ {

"pretty": true,
"lib": [
"ESNext"
]
},

@@ -12,0 +15,0 @@ "include": [

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