Socket
Socket
Sign inDemoInstall

nano

Package Overview
Dependencies
Maintainers
1
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 0.8.1 to 0.8.2

10

nano.js

@@ -72,3 +72,3 @@ /* minimal couch in node

* },
* function (_,_,b) { console.log(b) });
* function (_,b) { console.log(b) });
*

@@ -231,3 +231,3 @@ * @error {request:socket} problem connecting to couchdb

*
* e.g. nano.db.changes(db_name, {since: 2}, function (e,h,r) {
* e.g. nano.db.changes(db_name, {since: 2}, function (e,r,h) {
* console.log(r);

@@ -315,4 +315,4 @@ * });

*
* e.g. db2.get("foo", {revs_info: true}, function (e,h,b) {
* console.log(e,h,b);
* e.g. db2.get("foo", {revs_info: true}, function (e,b,h) {
* console.log(e,b,h);
* return;

@@ -372,3 +372,3 @@ * });

* db.attachment.insert("new", "att", buffer, "image/bmp", {rev: b.rev},
* function(_,_,response) {
* function(_,response) {
* console.log(response);

@@ -375,0 +375,0 @@ * });

@@ -5,3 +5,3 @@ { "name": "nano"

, "repository": "git://github.com/dscape/nano"
, "version": "0.8.1"
, "version": "0.8.2"
, "author": "Nuno Job <nunojobpinto@gmail.com> (http://nunojob.com)"

@@ -8,0 +8,0 @@ , "contributors": ["Thiago Arrais <thiago.arrais@gmail.com> (http://thiagoarrais.com)"]

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