Socket
Socket
Sign inDemoInstall

fash

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fash - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

=

3

lib/backend/leveldb.js

@@ -389,2 +389,5 @@ /**

function loadFromDb(callback) {
// don't create if loading from db
self.leveldbCfg_.createIfMissing = false;
self.leveldbCfg_.errorIfExists = false;
vasync.pipeline({funcs: [

@@ -391,0 +394,0 @@ function openDb(_, _cb) {

2

package.json

@@ -22,3 +22,3 @@ {

],
"version": "2.1.0",
"version": "2.1.1",
"repository": {

@@ -25,0 +25,0 @@ "type": "git",

# fash: consistent hashing library for node.js
[![NPM](https://nodei.co/npm/fash.png)](https://nodei.co/npm/fash/)
[![NPM](https://nodei.co/npm-dl/fash.png)](https://nodei.co/npm/fash/)
This module provides a consistent hashing library. Notably, this module the

@@ -6,0 +8,0 @@ ability to **deterministically generate the same hash ring topology across a

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