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 1.1.1 to 1.1.2

5

lib/consistent_hash.js

@@ -150,3 +150,4 @@ /**

// assign the pnode->vnode and vnode->pnode maps
self.pnodeToVnodeMap_[pnode][vnode] = {};
// set the data here to null since this is a new ring
self.pnodeToVnodeMap_[pnode][vnode] = null;
self.vnodeToPnodeMap_[vnode] = {

@@ -199,3 +200,3 @@ pnode: pnode

var pnode = self.vnodeToPnodeMap_[vnode];
assert.object(pnode, 'pnode');
assert.object(pnode, 'vnode ' + vnode + ' doesn\'t map to pnode');

@@ -202,0 +203,0 @@ // data needs to be changed in both pvmap and vpmap

2

package.json

@@ -18,3 +18,3 @@ {

],
"version": "1.1.1",
"version": "1.1.2",
"repository": {

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

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