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

murmur-bloomfilter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

murmur-bloomfilter - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

package.json
{
"name": "murmur-bloomfilter",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "index.js",
"main": "./src/index.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "jest -v"

@@ -37,7 +37,1 @@ "use strict";

});
test('it should work and add 1 million key', ()=>{
const filter=new BloomFilter(1000000,0.0001);
for(let i=0;i<=1000000;i++){
filter.add("woot"+String(i));
}
});
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