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

cloudant-follow

Package Overview
Dependencies
Maintainers
4
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudant-follow - npm Package Compare versions

Comparing version 0.18.2-SNAPSHOT.10 to 0.18.2-SNAPSHOT.14

4

CHANGES.md

@@ -0,1 +1,5 @@

# Unreleased
- [FIXED] Removed inadvertent npm-cli-login dependency.
# 0.18.1 (2019-01-22)

@@ -2,0 +6,0 @@ - [FIXED] Multiple issues with `stop()` not actually stopping the feed.

23

package.json
{
"name": "cloudant-follow",
"version": "0.18.2-SNAPSHOT.10",
"version": "0.18.2-SNAPSHOT.14",
"author": {

@@ -28,17 +28,16 @@ "name": "IBM Cloudant",

"debug": "^4.0.1",
"npm-cli-login": "^0.1.1",
"request": "^2.88.0"
},
"devDependencies": {
"eslint": "^5.0.0",
"eslint-plugin-standard": "^4.0.0",
"commander": "^2.11.0",
"eslint": "^5.16.0",
"eslint-config-semistandard": "^13.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-header": "^2.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-node": "^9.0.0",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.7.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-semistandard": "^13.0.0",
"eslint-plugin-header": "^2.0.0",
"tap": "~12.6.0",
"commander": "^2.11.0"
"eslint-plugin-standard": "^4.0.0",
"tap": "^14.1.1"
},

@@ -50,4 +49,4 @@ "browser": {

"scripts": {
"test": "eslint --ignore-path .eslintignore . && tap test/*.js",
"unreliable-feed-test": "tap --no-timeout test/unreliable_feed_test/unreliable_feed.js"
"test": "eslint --ignore-path .eslintignore . && tap -j1 test/*.js",
"unreliable-feed-test": "tap -j1 --no-timeout test/unreliable_feed_test/unreliable_feed.js"
},

@@ -54,0 +53,0 @@ "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