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.2.0 to 2.2.1

17

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

@@ -18,3 +18,16 @@ "main": "public/HashTable.js",

"jest": "^25.1.0"
}
},
"keywords": [
"hash-table",
"hash",
"table",
"iterable",
"iterable-hash-table",
"iterable-hashtable",
"hashtable",
"hash table",
"iterable hash table",
"hash table loop",
"loop"
]
}

2

src/HashTable.ts

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

v1 = (t1 + (t0 >>> 16)) & 65535;
v0 = t0 & 65535
v0 = t0 & 65535;
};

@@ -87,0 +87,0 @@

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