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

zookeeper

Package Overview
Dependencies
Maintainers
0
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 3.3.2-2 to 3.3.2-3

2

yf-zookeeper/package.json
{
"name": "zookeeper",
"description": "apache zookeeper client for node.js (zookeeper async API >= 3.3.1)",
"version": "3.3.2-2",
"version": "3.3.2-3",
"author": "Yuri Finkelstein <yurif2003@yahoo.com>",

@@ -6,0 +6,0 @@ "contributors": [

@@ -172,8 +172,10 @@ NAME

- node-waf configure build [--zookeeper zookeeper-version|prefix-path]
- node-waf configure build [--zookeeper zookeeper-version|prefix-path|'']
- node demo1.js
- cd tests && node zk_test_XYZ.js
- note: edit the includes/libpath if you have installed zookeeper C lib anywhere other than /usr/local/
- note: if you are building on osx and you get a compile error regarding "mmacosx-version-min", uncomment the cxxflags and ldflags for osx in the build function of wscript and try again. I am not sure why this issue arrises for some and not others (anyone with the answer please explain/fix if possible).
- node: if you wish to build with a specific version of zookeeper C lib, use --zookeeper VERSION (will download/build it) or --zookeeper PATH (if you have downloaded it and possibly made changes etc.)
- note: if you wish to link against an existing zookeeper lib: use --zoookeeper '', and put your lib/headers it in /usr/local/ (or edit the wscript appropriately)
- note: if you are building on osx and you get a compile error regarding "mmacosx-version-min", you may need to edit the wscript and remove it (anyone with the answer please explain/fix if possible).
- note: if you are building on a platform for which the options are not working, please add a specific elif for that platform and create a pull request.

@@ -180,0 +182,0 @@ Limitations

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