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

cuckoo-filter

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cuckoo-filter - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "cuckoo-filter",
"version": "1.0.3",
"version": "1.0.4",
"description": "Cuckoo Filter: Better Than Bloom",

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

#Cuckoo Filters
https://www.cs.cmu.edu/~dga/papers/cuckoo-conext2014.pdf
##Abstract

@@ -3,0 +6,0 @@ In many networking systems, Bloom filters are used for highspeed

@@ -154,2 +154,5 @@ 'use strict'

}
if (!this.count) {
return false
}
let fpSize = _fpSize.get(this)

@@ -156,0 +159,0 @@ let cfSize = _cfSize.get(this)

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