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

mup

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mup - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

lib/taskLists.js

@@ -101,3 +101,3 @@ var nodemiral = require('nodemiral');

taskList.execute('restarting the app', {
command: '(sudo stop meteor || :) && (sudo start meteor)'
command: '(sudo stop ' + appName + ' || :) && (sudo start ' + appName + ')'
});

@@ -104,0 +104,0 @@

{
"name": "mup",
"version": "0.4.0",
"version": "0.4.1",
"description": "Production Quality Meteor Deplouments",

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

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