New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cloudant

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudant - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0-NOTICE

6

CHANGES.md

@@ -0,1 +1,7 @@

# 1.10.0-NOTICE (2018-02-14)
- [NOTE] Add scoped NPM package `@cloudant/cloudant` notice.
# 1.10.0 (2017-11-01)
- [UPGRADED] Upgrade package: cloudant-nano@6.7.0.
# 1.9.0 (2017-10-20)

@@ -2,0 +8,0 @@ - [NEW] Add 'error' & 'response' events to 429 retry plugin stream.

6

package.json

@@ -10,3 +10,3 @@ {

},
"version": "1.9.0",
"version": "1.10.0-NOTICE",
"author": {

@@ -28,3 +28,3 @@ "name": "IBM Cloudant",

"async": "2.1.2",
"cloudant-nano": "6.6.0",
"cloudant-nano": "6.7.0",
"debug": "^3.1.0",

@@ -58,4 +58,4 @@ "request": "^2.81.0"

"engines": {
"node": ">=0.8.0"
"node": ">=4.8.2"
}
}

@@ -0,1 +1,22 @@

***
# NOTICE
## This package is now _scoped_. We no longer publish new versions here.
Newer versions can be installed by referencing the scoped name [@cloudant/cloudant](https://www.npmjs.com/package/@cloudant/cloudant), in __npm install__:
```sh
npm install @cloudant/cloudant
```
Or in __package.json__:
```json
"dependencies": {
"@cloudant/cloudant": "^2.0.1"
}
```
Because scoped packages are installed into a scope folder, you have to include the name of the scope when requiring them in your code too, e.g.
```js
require('@cloudant/cloudant')
```
See the [NPM docs](https://docs.npmjs.com/misc/scope) for more information.
***
# Cloudant Node.js Client

@@ -2,0 +23,0 @@

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