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.2.2 to 1.2.3

12

lib/consistent_hash.js

@@ -436,2 +436,14 @@ /**

/**
* Gets the vnode map.
*
* @returns {Object} vnodeToPnodeMap Map of {vnode -> {pnode, data}. Contains
* the pnode and an optional data object. If you want the actual pnode, you'll
* need to dereference as self.vnodeToPnodeMap_[vnode].pnode -- otherwise
* you'll get the object.
*/
ConsistentHash.prototype.getAllVnodes = function getAllVnodes() {
return this.vnodeToPnodeMap_;
};
/**
* Serialize the current state of the ring in serialized to a JSON string.

@@ -438,0 +450,0 @@ *

2

package.json

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

],
"version": "1.2.2",
"version": "1.2.3",
"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