Socket
Socket
Sign inDemoInstall

magi-cli

Package Overview
Dependencies
Maintainers
8
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magi-cli - npm Package Compare versions

Comparing version 0.12.0 to 0.13.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [0.13.0](https://github.com/vaadin/magi-cli/compare/v0.12.0...v0.13.0) (2018-09-04)
### Features
* **update-notifier:** remind about new magi releases ([#63](https://github.com/vaadin/magi-cli/issues/63)) ([eef9030](https://github.com/vaadin/magi-cli/commit/eef9030))
# [0.12.0](https://github.com/vaadin/magi-cli/compare/v0.11.0...v0.12.0) (2018-08-31)

@@ -2,0 +9,0 @@

@@ -12,2 +12,14 @@ 'use strict';

/**
* Checks for the package updates, https://www.npmjs.com/package/update-notifier
*/
module.exports.checkForUpdates = function () {
const updateNotifier = require('update-notifier');
const pkg = require('../package.json');
updateNotifier({
pkg,
updateCheckInterval: 0 // always check for updates, default is 1 day
}).notify();
}
const asyncExec = require('util').promisify(require('child_process').exec);

@@ -14,0 +26,0 @@ /**

5

package.json
{
"name": "magi-cli",
"version": "0.12.0",
"version": "0.13.0",
"description": "Elements team command-line team member",

@@ -22,3 +22,4 @@ "main": "./bin/magi",

"jsonfile": "^4.0.0",
"replace-in-file": "^3.4.2"
"replace-in-file": "^3.4.2",
"update-notifier": "^2.5.0"
},

@@ -25,0 +26,0 @@ "devDependencies": {

bin/magi

Sorry, the diff of this file is not supported yet

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