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

couchbase-index-manager

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

couchbase-index-manager - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

3

dist/sync.js

@@ -11,2 +11,5 @@ 'use strict';Object.defineProperty(exports, "__esModule", { value: true });exports.Sync = undefined;var _asyncToGenerator2 = require('babel-runtime/helpers/asyncToGenerator');var _asyncToGenerator3 = _interopRequireDefault(_asyncToGenerator2);var _lodash = require('lodash');

// Ensure that promisify is available on Node 6
require('util.promisify').shim();
const lstat = _util2.default.promisify(_fs2.default.lstat);

@@ -13,0 +16,0 @@ const readdir = _util2.default.promisify(_fs2.default.readdir);

5

package.json
{
"name": "couchbase-index-manager",
"version": "0.1.4",
"version": "0.1.5",
"description": "Manage Couchbase indexes during the CI/CD process",

@@ -56,4 +56,5 @@ "main": "dist/index.js",

"js-yaml": "^3.10.0",
"lodash": "^4.17.5"
"lodash": "^4.17.5",
"util.promisify": "^1.0.0"
}
}
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