Socket
Socket
Sign inDemoInstall

nano

Package Overview
Dependencies
Maintainers
2
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 1.3.3 to 1.3.4

2

nano.js

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

db = path_array[0];
cfg.url = u.format({protocol:path.protocol,host:path.host});
cfg.url = u.format({protocol:path.protocol,host: auth + path.host});
return document_module(db);

@@ -651,0 +651,0 @@ }

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

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

@@ -8,0 +8,0 @@ , "contributors" :

@@ -52,2 +52,5 @@ var ensure = require('ensure')

tests.url4 = function (callback) { callback(null,nano('http://a:b@someurl.com:5984/a')); };
tests.url4_ok = function (_,n) { this.t.equal(n.config.url, "http://a:b@someurl.com:5984"); };
tests.url_db = function (callback) { nano(cfg.url + "/adb").info(callback); };

@@ -54,0 +57,0 @@ tests.url_db_ok = function (e,b) {

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