Socket
Socket
Sign inDemoInstall

rorschach

Package Overview
Dependencies
7
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

0.7.2

Diff

Changelog

Source

0.7.2 (2015-12-31)

Bug Fixes

  • deps: use del instead of gull-rimraf (fd68dfc)
  • Lock: do not allow calling of acquire() callback twice (06b9914), closes #28
estliberitas
published 0.7.1 •

Changelog

Source

0.7.1

  • Small fixes
estliberitas
published 0.7.0 •

Changelog

Source

0.7.0

  • Introduce ExecutionError class which is to provide more information about underlying ZooKeeper client errors
  • Fix Lock#acquire() timeout check
  • Update dependencies
estliberitas
published 0.6.1 •

Changelog

Source

0.6.1

  • Fixed bug in Lock#acquire() making it possible to set timeout timer twice;
  • Update Lock code to use high-level operation methods: Rorschach#getData() and Rorschach#getChildren().
estliberitas
published 0.6.0 •

Changelog

Source

0.6.0

  • Added string name to ConnectionState.
estliberitas
published 0.5.0 •

Changelog

Source

0.5.0

  • Implemented LeaderElection class;
  • Implemented ConnectionState and changed behavior of connectionStateChanged event of Rorschach;
  • Added contents to API;
  • Updated dependencies.
estliberitas
published 0.4.1 •

Changelog

Source

0.4.1

  • Fixed ZooKeeper client error handling behavior;
  • Fixed Rorschach.Utils.deleteChildren() behavior in case of NO_NODE exceptions;
  • Exposed Rorschach.Utils.
estliberitas
published 0.4.0 •

Changelog

Source

0.4.0

  • Added Rorschach#getACL() and implemented GetACLBuilder (#11);
  • Added Rorschach#setACL() and implemented SetACLBuilder (#12);
  • Modify Lock to be able to return immediately if first acquire attempt fails (#14);
  • Add missing require('assert') in operation builders (#15).
estliberitas
published 0.3.0 •

Changelog

Source

0.3.0

  • Added Rorschach#getData() and implemented GetDataBuilder;
  • Added references to node-zookeeper-client ACL, CreateMode, Event, Exception, Id, Permission, State as Rorschach static fields;
  • Added error event to provide better transparency of underlying ZooKeeper client activity;
  • Added Rorschach#getChildren() and implemented GetChildrenBuilder;
  • Added Rorschach#exists() and implemented ExistsBuilder (#6);
  • Added Rorschach#setData() and implemented SetDataBuilder (#7);
  • Fixed Lock bug when #acquire() callback gets called twice (#5).
estliberitas
published 0.2.0 •

Changelog

Source

0.2.0

  • Implemented RetryPolicy to control Rorschach behavior in case of operational errors;
  • Added Rorschach#retryLoop() to gain more control over performed operations.
2Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc