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.4 to 1.3.5

5

nano.js

@@ -48,2 +48,3 @@ /* minimal couch in node

, auth
, port
;

@@ -648,4 +649,6 @@

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

@@ -652,0 +655,0 @@ }

2

package.json

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

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

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

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