Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 3.3.5 to 3.3.6

4

nano.js

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

, u = require('url')
, util = require('util')
, extend = require('extend')
, errs = require('errs')

@@ -110,3 +110,3 @@ , follow

var log = logging()
, params = util._extend({}, opts.params)
, params = extend({}, opts.params)
, headers = { "content-type": "application/json"

@@ -113,0 +113,0 @@ , "accept" : "application/json"

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

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

@@ -41,2 +41,3 @@ , "contributors" :

, "errs" : "0.2.x"
, "extend" : "1.1.x"
}

@@ -56,2 +57,2 @@ , "devDependencies" :

, "engines" : { "node": ">=0.3.6" }
}
}
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