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

zookeeper

Package Overview
Dependencies
Maintainers
5
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zookeeper - npm Package Versions

13
8

5.4.0

Diff

Changelog

Source

v 5.4.0 (2022-04-18)

  • feat: starting the zookeeper client in a Node.js Worker thread. Pull request 310 by @deepcoldy
davidvujic
published 5.3.2 •

Changelog

Source

v 5.3.2 (2022-02-16)

  • fix: handle normalize path with slashes in all platforms. Pull request 305 by @hufeng
davidvujic
published 5.3.1 •

Changelog

Source

v 5.3.1 (2022-02-12)

  • fix: get and w_get returns an array of [stat, string|Buffer]. Pull request 306 by @davidvujic
davidvujic
published 5.3.0 •

Changelog

Source

v 5.3.0 (2022-01-09)

  • feat: Add Mac OS X M1 prebuild for Node.js 16.13.1. Pull request 302 by @davidvujic

  • fix: node-gyp is already included in npm. Pull request 301 by @davidvujic

  • fix: replace lodash with vanilla js, remove unused dependencies, remove unnecessary usage of t.plan() in Ava tests.

    NOTE:

    the _.defaults lodash function is replaced with Object.assign (with src and target flipped) to have a similar behaviour as the lodash function.

    But it isn't 100% the same thing. If the original object has a key with an undefined value, it will behave differently than with the lodash defaults fn.

    Pull request 300 by @davidvujic

davidvujic
published 5.2.2 •

Changelog

Source

v 5.2.2 (2022-01-08)

  • fix(testing): replace the existing integration test scripts (that has become an unwanted and rarely used legacy), with new ones using the Ava test tool. Pull request 297 by @davidvujic
  • fix(testing): Use Ava v4. Pull request 296 by @davidvujic
  • fix: Bump dependencies, remove unused integration test, remove unused dependencies. Pull request 295 by @davidvujic
davidvujic
published 5.2.1 •

Changelog

Source

v 5.2.1 (2022-01-05)

  • fix: explicitly handle async JavaScript failures. Pull request 293 by @davidvujic
davidvujic
published 5.2.0 •

Changelog

Source

v 5.2.0 (2022-01-05)

  • feat: add a boolean "path exists" function, wrapping the "exists" function. Pull request 291 by @davidvujic
davidvujic
published 5.1.0 •

Changelog

Source

v 5.1.0 (2021-12-29)

  • feat: build native addon from the ZooKeeper C client v3.6.3. Pull request 289 by @davidvujic
  • fix: Using a newer client solves issue 270 (warnings on close).
  • feat: Using the client with v3.6.2 enables SSL support for Linux, as described in the pull request 289
  • dev: using CircleCI instead of TravisCI. Pull request 288 by @davidvujic
  • breaking change: removed custom addon build for the solaris OS. This has not been tested for years and most likely not working.
davidvujic
published 5.0.0 •

Changelog

Source

v 5.0.0 (2021-12-06)

  • feat: add Node.js 16 prebuilds for Windows. Pull request 284 by @miroslavpokorny
  • feat: add Node.js 16 prebuilds for Mac OS X (x64 arch), and drop support for Node.js 12. Pull request 285 by @davidvujic
davidvujic
published 4.10.1 •

Changelog

Source

v 4.10.1 (2021-11-08)

  • fix: replace the tape unit test library with ava. Pull request 282 by @davidvujic
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