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.7 to 0.5.8

7

nano.js

@@ -37,3 +37,8 @@ /* minimal couch in node

if(typeof cfg === "string") {
cfg = require(cfg); // no cfg? maybe it's a file path?
try {
cfg = require(cfg); // no cfg? maybe it's a file path?
}
catch(e) {
cfg = {url: cfg}; // not a file path? guess it's the url
}
}

@@ -40,0 +45,0 @@ if(cfg.proxy) {

2

package.json
{ "name": "nano"
, "description": "minimalistic couchdb driver for node.js"
, "homepage": "http://github.com/dscape/nano"
, "version": "0.5.7"
, "version": "0.5.8"
, "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