New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bluecadet/bcdb

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bluecadet/bcdb - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

lib/init.js

@@ -50,3 +50,3 @@ const fs = require('fs');

type: 'input',
query: `${chalk.cyan('Pantheon site name: YOU LOCAL')}`,
query: `${chalk.cyan('Pantheon site name:')}`,
handle: 'pantheon_site'

@@ -53,0 +53,0 @@ },

@@ -83,3 +83,3 @@ const utils = require('./utils.js');

command = command.replace('{executable}', 'mysql --socket=' + CONNECTION_OPTS.socketPath);
command = command.replace('{executable}', '/Applications/MAMP/Library/bin/mysql');
command = command.replace('{username}', PROJECT_CONFIG.localDatabase.user);

@@ -86,0 +86,0 @@ command = command.replace('{password}', PROJECT_CONFIG.localDatabase.pass);

{
"name": "@bluecadet/bcdb",
"version": "1.0.6",
"version": "1.0.7",
"description": "",
"bugs": {
"url" : "https://github.com/bluecadet/bcdb/issues"
"url": "https://github.com/bluecadet/bcdb/issues"
},

@@ -21,4 +21,4 @@ "repository": "github:bluecadet/bcdb",

"chalk": "^2.4.2",
"fs-extra": "^7.0.1",
"mysql": "^2.16.0",
"fs-extra": "^8.1.0",
"mysql": "^2.17.1",
"node-cmd": "^3.0.0",

@@ -28,5 +28,5 @@ "qoa": "^0.2.0",

"rsync": "^0.6.1",
"yargs": "^13.2.2",
"yargs": "^14.0.0",
"zlib": "^1.0.5"
}
}
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