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

zookeeper

Package Overview
Dependencies
Maintainers
8
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zookeeper - npm Package Compare versions

Comparing version 4.8.0 to 4.8.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

#### v 4.8.1 (2021-02-18)
* fix: the `watch` param passed in to the exists (the promise based) function is a boolean. Pull request [266](https://github.com/yfinkelstein/node-zookeeper/pull/266) by @davidvujic
* chore: Node.js LTS 12 and 14 is enough for running in a CI. Pull request [267](https://github.com/yfinkelstein/node-zookeeper/pull/267) by @davidvujic
#### v 4.8.0 (2021-01-31)

@@ -2,0 +6,0 @@ * feat: add support for TTL and Container nodes. Pull request [255](https://github.com/yfinkelstein/node-zookeeper/pull/255) by @dreusel

2

lib/typedeclarations.d.ts

@@ -465,3 +465,3 @@ /// <reference types="node" />

* @param {string} path
* @param {function} watch
* @param {boolean} watch
* @fulfill {stat}

@@ -468,0 +468,0 @@ * @returns {Promise.<stat>}

@@ -41,3 +41,3 @@ // needed to not break the interface

* @param {string} path
* @param {function} watch
* @param {boolean} watch
* @fulfill {stat}

@@ -44,0 +44,0 @@ * @returns {Promise.<stat>}

{
"name": "zookeeper",
"description": "apache zookeeper client (zookeeper async API v3.4.x - v3.6.x)",
"version": "4.8.0",
"version": "4.8.1",
"author": "Yuri Finkelstein <yurif2003@yahoo.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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