New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bfilter

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

bfilter - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

12

package.json
{
"name": "bfilter",
"version": "1.0.2",
"version": "1.0.3",
"description": "Bloom filters for javascript",

@@ -20,11 +20,11 @@ "keywords": [

"lint": "eslint lib/ test/ || exit 0",
"test": "mocha --reporter spec test/*-test.js"
"test": "bmocha --reporter spec test/*-test.js"
},
"dependencies": {
"bsert": "~0.0.4",
"bufio": "~1.0.2",
"mrmr": "~0.1.3"
"bsert": "~0.0.5",
"bufio": "~1.0.3",
"mrmr": "~0.1.4"
},
"devDependencies": {
"mocha": "^5.2.0"
"bmocha": "^0.1.0"
},

@@ -31,0 +31,0 @@ "engines": {

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