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 3.1.0 to 3.1.1

8

package.json

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

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

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

{ "async" : "0.1.x"
, "specify" : "0.4.x"
, "specify" : "0.5.x"
, "nock" : "0.13.x"
}
, "scripts" :
{ "test" : "ls -tr tests/*/*.js | NOCK=on xargs -I{} node {}"
, "nock_off" : "ls -tr tests/*/*.js | xargs -I{} node {}"
{ "test" : "NOCK=ON node node_modules/specify/bin/specify"
, "nock_off" : "node node_modules/specify/bin/specify"
}

@@ -44,0 +44,0 @@ , "main" : "./nano.js"

@@ -566,2 +566,3 @@ # nano

* article: [adding copy to nano](http://blog.jlank.com/2012/07/04/adding-copy-to-nano/)
* article: [how to update a document with nano](http://writings.nunojob.com/2012/07/How-To-Update-A-Document-With-Nano-The-CouchDB-Client-for-Node.js.html)

@@ -568,0 +569,0 @@ ## roadmap

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