Socket
Socket
Sign inDemoInstall

nano

Package Overview
Dependencies
Maintainers
7
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nano - npm Package Compare versions

Comparing version 10.1.3 to 10.1.4

16

package.json

@@ -7,3 +7,3 @@ {

"repository": "http://github.com/apache/couchdb-nano",
"version": "10.1.3",
"version": "10.1.4",
"author": "Apache CouchDB <dev@couchdb.apache.org> (http://couchdb.apache.org)",

@@ -21,12 +21,12 @@ "keywords": [

"dependencies": {
"axios": "^1.6.2",
"qs": "^6.11.0",
"node-abort-controller": "^3.0.1"
"axios": "^1.7.4",
"qs": "^6.13.0",
"node-abort-controller": "^3.1.1"
},
"devDependencies": {
"@types/node": "^18.11.9",
"jest": "^29.2.2",
"nock": "^13.2.9",
"@types/node": "^22.3.0",
"jest": "^29.7.0",
"nock": "^13.5.4",
"standard": "^17.1.0",
"typescript": "^4.8.4"
"typescript": "^5.5.4"
},

@@ -33,0 +33,0 @@ "scripts": {

@@ -111,3 +111,3 @@ [![NPM](http://img.shields.io/npm/v/nano.svg?style=flat-square)](https://www.npmjs.com/package/nano)

> Note: The URL you supply may also contain authentication credentials e.g. `http://admin:mypassword@localhost:5984`.
> Note: Supplying authentication credentials in the URL e.g. `http://admin:mypassword@localhost:5984` is deprecated. Use `nano.auth` instead.

@@ -545,3 +545,3 @@ To create a new database:

Removes a document from CouchDB whose `_id` is `docname` and who's revision is `_rev`:
Removes a document from CouchDB whose `_id` is `docname` and whose revision (`_rev`) is `rev`:

@@ -715,3 +715,3 @@ ```js

| fastChanges | Adds a seq_interval parameter to fetch changes more quickly | false | true | |
| selector | Filters the changes feed with the supplied Mango selector | {"name":"fred} | null | |
| selector | Filters the changes feed with the supplied Mango selector | null | {"name":"fred} | |
| timeout | The number of milliseconds a changes feed request waits for data| 60000 | 10000 |

@@ -718,0 +718,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