Socket
Socket
Sign inDemoInstall

follow

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

follow - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

2

feed.js

@@ -91,3 +91,3 @@ // Core routines for event emitters

self.log = lib.log4js().getLogger(self.db);
self.log = lib.log4js.getLogger(self.db);
self.log.setLevel(process.env.follow_log_level || "info");

@@ -94,0 +94,0 @@

@@ -47,6 +47,2 @@ // Copyright 2011 Iris Couch

if(typeof exports.log4js !== 'function')
exports.log4js = function() {
return { 'getLogger': function() { return noops }
}
}
exports.log4js = exports.log4js || { 'getLogger': function() { return noops } }
{ "name": "follow"
, "version": "0.4.1"
, "version": "0.5.0"
, "author": { "name": "Jason Smith"

@@ -10,3 +10,3 @@ , "email": "jhs@iriscouch.com" }

, "engines": [ "node" ]
, "dependencies" : { "request" : "2.2.5"
, "dependencies" : { "request" : "~2.2.5"
}

@@ -13,0 +13,0 @@ , "main": "api"

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