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.1.5 to 1.1.6

4

lib/listener.js

@@ -223,5 +223,3 @@ /*

res.on('result', function _result(err2, res2) {
// We only care about a 404, all other errors will retry with
// backoff and eventually fail.
if (err2 && err2.body.code === 'NotFoundError') {
if (err2) {
log.error('cf: Error testing for compatibility.');

@@ -228,0 +226,0 @@ self.emit('error');

{
"name": "changefeed",
"description": "Change Feed Modules",
"version": "1.1.5",
"version": "1.1.6",
"author": "Joyent (joyent.com)",

@@ -6,0 +6,0 @@ "private": false,

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