Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mersenne-hash-table

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mersenne-hash-table - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

index.js

@@ -12,3 +12,3 @@ "use-strict";

class FastStringMap {
class MersenneHashTable {
constructor() {

@@ -135,2 +135,2 @@ this._mersenneIndex = 4;

module.exports = FastStringMap;
module.exports = MersenneHashTable;
const Map = require(".");
describe("FastStringMap", () => {
describe("MersenneHashTable", () => {
describe("get and set", () => {

@@ -5,0 +5,0 @@ it("should get and set a string property", () => {

{
"name": "mersenne-hash-table",
"version": "0.0.2",
"version": "0.0.3",
"description": "Fast Node.js hashtable which uses Mersenne primes to reduce modulo operations",

@@ -5,0 +5,0 @@ "main": "index.js",

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