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

co-nano

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

co-nano - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

2

index.js

@@ -58,3 +58,3 @@ var thunkify = require('thunkify');

auth: thunkify(nano.auth),
session: nano.session,
session: thunkify(nano.session),
config: nano.config

@@ -61,0 +61,0 @@ };

{
"name": "co-nano",
"version": "0.0.0",
"version": "0.0.1",
"description": "Exposes couchdb nano library API as thunks for use with co and koa.",

@@ -22,3 +22,6 @@ "main": "index.js",

},
"homepage": "https://github.com/OlavHN/co-nano"
"homepage": "https://github.com/OlavHN/co-nano",
"dependencies": {
"thunkify": "0.0.1"
}
}

@@ -5,1 +5,3 @@ co-nano

Exposes couchdb nano library API as thunks for use with co and koa.
Install with `npm install co-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