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

mup

Package Overview
Dependencies
Maintainers
4
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mup - npm Package Versions

1
16

1.4.0-beta3

Diff

zodern
published 1.4.0-beta2 •

zodern
published 1.4.0-beta1 •

zodern
published 1.3.7 •

Changelog

Source

1.3.7 - Nov 28, 2017

  • Fix permission denied error sometimes encountered during Prepare Bundle
zodern
published 1.3.7-beta0 •

zodern
published 1.3.6 •

Changelog

Source

1.3.6 - Nov 24, 2017

  • Fix permission denied errors when deploying to nonroot user (@nickich)
  • Make bundle portable (@m-niesluchow)
zodern
published 1.3.6-beta1 •

zodern
published 1.3.5 •

Changelog

Source

1.3.5 - Nov 3, 2017

  • Fix tar errors
  • The validation message shown when the servers object is missing from the config has been removed since some deployment plugins might not need it
  • The config created by mup init has the correct docker image for Meteor 1.6
  • Add table to docs that shows which docker image to use for each Meteor version

Plugins

  • The remaining Meteor functionality has been removed from the default plugin, allowing plugins to completely take over deploying and managing the app when app.type in the config is set to something besides meteor
zodern
published 1.3.5-beta1 •

zodern
published 1.3.4 •

Changelog

Source

1.3.4 - October 4, 2017

  • The exit code for mup validate is now 1 when there are validation errors
  • Fix changing proxy's clientUploadLimit with proxy.shared.clientUploadLimit
  • Added a --scrub option to mup validate, which when used with --show shows the config with most of the sensitive information removed
  • mup mongo logs accepts the same options as mup logs and other log commands
  • Use npm-shrinkwrap to prevent https://github.com/zodern/meteor-up/issues/757 from happening again
  • Hide docker error when trying to roll back and checking if an image exists. It is handled and normal, but could be confused with the reason for the app failing to start

Plugins and Hooks

  • Building the app (but not archiving it) was moved to a new command meteor.build, which is run by meteor.deploy and meteor.push. This allows plugins or hooks to modify the bundle before it is archived and uploaded to the servers.
  • Plugins can export a scrubConfig(config, utils) function, which should return the config with all sensitive information removed
  • api.scrubConfig() was added, which returns the config after modified by any scrubConfig functions from plugins
  • api.validateConfig only shows the errors on the console the first time it is run
  • MODULE_NOT_FOUND errors are now shown when a plugin fails to load due to being unable to resolve a module

Docs

  • Color, font, and spacing changes were made to the docs. It should look nicer and be easier to read.
  • Fixed grammar and capitalization
  • Many example configs in the docs are validated with mup validate
  • Many example configs show more of the config surrounding the section being documented
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