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

couch-init2

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

couch-init2 - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

3

lib/init_dbs.js

@@ -28,3 +28,4 @@ const promiseProps = require('./promise_props')

minimized[dbName] = { created }
for (const [ designDocName, { created, updated } ] of Object.entries(designDocs)) {
for (let [ designDocName, { created, updated } ] of Object.entries(designDocs)) {
designDocName = designDocName.replace(/\.js$/, '')
if (created || updated) {

@@ -31,0 +32,0 @@ dbHasOp = true

{
"name": "couch-init2",
"version": "5.0.0",
"version": "5.0.1",
"description": "Opiniated CouchDB databases initializer",

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

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