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

grunt-iw-release

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-iw-release - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "grunt-iw-release",
"version": "1.0.5",
"version": "1.0.6",
"description": "InsideWarehouse release/deploy flow",

@@ -5,0 +5,0 @@ "scripts": {

@@ -59,3 +59,3 @@ module.exports = function (grunt) {

sshexecConfig.restart = {
command: "cd <%= pkg.deployment.path %>/apps/<%= pkg.name.replace(/\\@\\w+\\//, '') %>/; npm restart"
command: "cd <%= pkg.deployment.path %>/apps/<%= pkg.name.replace(/\\@\\w+\\//, '') %>/; bash --login -c 'npm restart'"
};

@@ -62,0 +62,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