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

zookeeper-hd

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zookeeper-hd - npm Package Compare versions

Comparing version 0.2.3 to 0.3.0

coffee/src/lib/FakeZookeeper.coffee

6

CHANGES.md

@@ -9,2 +9,6 @@ Changes

---
- 0.3:
- FakeZookeper added
- 0.2:

@@ -21,2 +25,3 @@ - PlusClient

- removed logging from library, included example how to enable logging using scarletjs
- SimpleClient

@@ -31,3 +36,4 @@ - added joinPath (also exposed by PlusClient)

- published under zookeeper-hd, instead of node-zookeeper-hd
- 0.0:
- first published as node-zookeeper-hd

5

package.json
{
"name": "zookeeper-hd",
"version": "0.2.3",
"version": "0.3.0",
"description": "Higher level (normalized) zookeeper client",

@@ -48,4 +48,5 @@ "author": "Hans Donner",

"scarlet": "~0.5.11",
"scarlet-contrib-logger": "~0.1.2"
"scarlet-contrib-logger": "~0.1.2",
"grunt-contrib-watch": "~0.5.3"
}
}

10

README.md

@@ -14,2 +14,3 @@ zookeeper-hd

Quick overview:
- normalize function names ( get vs a_get )

@@ -21,2 +22,3 @@ - normalize callback signatures to common nodejs callback structures (error, results)

Methods
- create (zkPath, value, flags, onReady)

@@ -33,2 +35,3 @@ - exists: (zkPath, watch, onData)

Quick overview
- wraps SimpleClients

@@ -40,2 +43,3 @@ - added: createOrUpdate

Added methods:
- createOrUpdate: (zkPath, value, options, onReady, extraArg)

@@ -46,2 +50,3 @@ Options: { flags, watch }

Redefined methods from SimpleClient
- create: (zkPath, value, options, onReady)

@@ -54,4 +59,7 @@ - exists: (zkPath, options, onData)

FakeZookeeper
-------------
Provides a fake zookeeper, with methods of the zookeeper client and backed with a memory based registry.
Watches are not implemented yet.
Various

@@ -58,0 +66,0 @@ -------

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