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

grunt-hotbox-deploy

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-hotbox-deploy - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

lib/deployToProd.js

@@ -21,3 +21,3 @@ var path = require('path');

action: 'copy',
src: path.join(options.prodBranch, 'templates/'),
src: path.join(options.prodBranch + '/'),
dest: path.join(PROD_PATH) + '/'

@@ -24,0 +24,0 @@ }]

{
"name": "grunt-hotbox-deploy",
"description": "Grunt task for deploying front-end bundles to Hotbox",
"version": "0.1.3",
"version": "0.1.4",
"author": "e.dydykin@corp.mail.ru",

@@ -6,0 +6,0 @@ "repository": {

@@ -46,4 +46,2 @@ /*

console.log('options', options);
var PROD_OPTION = 'deploy-to-prod-branch';

@@ -50,0 +48,0 @@ var deployToProdBranch = grunt.option(PROD_OPTION);

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