Socket
Socket
Sign inDemoInstall

couchdb-mkdb

Package Overview
Dependencies
3
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

2

npm-shrinkwrap.json
{
"name": "couchdb-mkdb",
"version": "2.0.1",
"version": "2.0.2",
"dependencies": {

@@ -5,0 +5,0 @@ "event-stream": {

{
"name": "couchdb-mkdb",
"version": "2.0.1",
"version": "2.0.2",
"description": "Utility to create couchdb databases easier.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -38,3 +38,3 @@ # couchdb-mkdb

// For error handling check the statusCode
if (!(response.statusCode in [200, 201])) {
if ((response.statusCode / 100 | 0) !== 2) {
console.log('Database wasn\'t created or security couldn\'t be updated');

@@ -41,0 +41,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc