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

deployvue

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

deployvue - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

3

bin/tools/deployConfig.js

@@ -6,4 +6,3 @@ const fs = require('fs')

let exist = fs.existsSync(`${ process.cwd() }/deploy.config.js`)
// const deployConfig = require(exist ? `${ process.cwd() }/deploy.config.js` : `${ __dirname.split('bin/')[0] }/init/deploy.config.js`)
const deployConfig = require(`${ process.cwd() }/deploy.config.js`)
const deployConfig = require(exist ? `${ process.cwd() }/deploy.config.js` : `${ __dirname.split('bin/')[0] }/init/deploy.config.js`)

@@ -10,0 +9,0 @@ module.exports = {

{
"name": "deployvue",
"version": "1.1.5",
"version": "1.1.6",
"description": "deploy vue project",

@@ -12,3 +12,3 @@ "bin": {

"chalk": "^4.1.0",
"commander": "^6.0.0",
"commander": "^6.1.0",
"node-ssh": "^6.0.0",

@@ -15,0 +15,0 @@ "shelljs": "^0.8.4"

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