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

changefeed

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

changefeed - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

13

CHANGES.md

@@ -1,2 +0,2 @@

# Changes
# node-sdc-changefeed changelog
* Please note that not all changes will be listed here. Only changes which

@@ -6,3 +6,3 @@ impact the API of the module will be listed. You'll likely only see minor

### 1.1.0
## 1.1.0
* Switch to using restify-clients for the listener. This is to take advantage

@@ -16,11 +16,14 @@ of the backoff functionality and built in bunyan tracing.

### 1.1.7
## 1.1.7
* The publisher now emits a `registration` event when listeners register.
### 1.2.0
## 1.2.0
* Listener properly emits `bootstrap` after successful backoff.
* Listener returns error objects when `error` is emitted.
* Listener changefeed item recieved logs are now trace instead of debug.
* Listener emits `connection-reset` instead of `connection-end` when a
* Listener emits `connection-reset` instead of `connection-end` when a
watershed `connectionReset` event is handled. `connection-end` is still
emitted when watershed emits `connectionReset`.
## 1.2.1
* Support up to node version 4.
{
"name": "changefeed",
"description": "Change Feed Modules",
"version": "1.2.0",
"version": "1.2.1",
"author": "Joyent (joyent.com)",

@@ -16,4 +16,4 @@ "repository": {

"bunyan": "1.5.1",
"libuuid": "0.1.4",
"moray": "git+ssh://git@github.com:joyent/node-moray.git#b84ef0e0b",
"libuuid": "0.2.1",
"moray": "git+ssh://git@github.com:joyent/node-moray.git#fd5781bc25a9",
"posix-getopt": "1.2.0",

@@ -30,5 +30,2 @@ "restify-clients": "1.1.1",

},
"optionalDependencies": {
"dtrace-provider": "0.6.0"
},
"directories": {

@@ -35,0 +32,0 @@ "bin": "./bin",

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