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.5.5 to 0.5.6

2

nano.js

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

rh = (h.headers || {});
rh.status_code = status_code = h.statusCode;
rh['status-code'] = status_code = h.statusCode;
try { parsed = JSON.parse(b); } catch (err) { parsed = b; } // did we get json or binary?

@@ -100,0 +100,0 @@ if (status_code >= 200 && status_code < 300) {

{ "name": "nano"
, "description": "minimalistic couchdb driver for node.js"
, "homepage": "http://github.com/dscape/nano"
, "version": "0.5.5"
, "version": "0.5.6"
, "author": "Nuno Job <nunojobpinto@gmail.com> (http://nunojob.com)"

@@ -6,0 +6,0 @@ , "keywords": ["couchdb", "data", "request", "json", "nosql", "micro", "nano"]

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