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

@oclif/plugin-warn-if-update-available

Package Overview
Dependencies
Maintainers
3
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/plugin-warn-if-update-available - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

7

CHANGELOG.md

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

## [1.5.2](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.5.1...v1.5.2) (2018-08-28)
### Bug Fixes
* hide warning if updating ([6be6cd8](https://github.com/oclif/plugin-warn-if-update-available/commit/6be6cd8))
## [1.5.1](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.5.0...v1.5.1) (2018-08-22)

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

3

lib/hooks/init/check-update.js

@@ -14,2 +14,5 @@ "use strict";

try {
// do not show warning if updating
if (process.argv[2] === 'update')
return;
const distTags = await fs.readJSON(file);

@@ -16,0 +19,0 @@ if (config.version.includes('-')) {

2

oclif.manifest.json

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

{"version":"1.5.1","commands":{}}
{"version":"1.5.2","commands":{}}
{
"name": "@oclif/plugin-warn-if-update-available",
"description": "warns if there is a newer version of CLI released",
"version": "1.5.1",
"version": "1.5.2",
"author": "Jeff Dickey @jdxcode",

@@ -9,3 +9,3 @@ "bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",

"@oclif/command": "^1.5.0",
"@oclif/config": "^1.7.0",
"@oclif/config": "^1.7.2",
"@oclif/errors": "^1.2.0",

@@ -15,3 +15,3 @@ "chalk": "^2.4.1",

"fs-extra": "^7.0.0",
"http-call": "^5.2.0",
"http-call": "^5.2.1",
"semver": "^5.5.1"

@@ -26,3 +26,3 @@ },

"@types/mocha": "^5.2.5",
"@types/node": "^10.7.1",
"@types/node": "^10.9.3",
"@types/semver": "^5.5.0",

@@ -29,0 +29,0 @@ "chai": "^4.1.2",

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