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
133
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.3.9 to 1.4.0

lib/get-version.d.ts

2

.oclif.manifest.json

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

{"version":"1.3.9","commands":{}}
{"version":"1.4.0","commands":{}}

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

<a name="1.4.0"></a>
# [1.4.0](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.3.9...v1.4.0) (2018-08-17)
### Features
* typescript 3 ([6b8b9b3](https://github.com/oclif/plugin-warn-if-update-available/commit/6b8b9b3))
<a name="1.3.9"></a>

@@ -2,0 +10,0 @@ ## [1.3.9](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.3.8...v1.3.9) (2018-05-10)

{
"name": "@oclif/plugin-warn-if-update-available",
"description": "warns if there is a newer version of CLI released",
"version": "1.3.9",
"version": "1.4.0",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
"dependencies": {
"@oclif/command": "^1.4.21",
"@oclif/config": "^1.6.17",
"@oclif/errors": "^1.0.11",
"@oclif/command": "^1.5.0",
"@oclif/config": "^1.7.0",
"@oclif/errors": "^1.1.2",
"chalk": "^2.4.1",
"debug": "^3.1.0",
"fs-extra": "^6.0.1",
"http-call": "^5.1.2",
"fs-extra": "^7.0.0",
"http-call": "^5.1.4",
"semver": "^5.5.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.13.20",
"@oclif/test": "^1.0.6",
"@oclif/tslint": "^1.1.1",
"@types/chai": "^4.1.3",
"@types/fs-extra": "^5.0.2",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.7",
"@oclif/dev-cli": "^1.16.0",
"@oclif/test": "^1.1.0",
"@oclif/tslint": "^2.0.0",
"@types/chai": "^4.1.4",
"@types/fs-extra": "^5.0.4",
"@types/mocha": "^5.2.5",
"@types/node": "^10.7.1",
"@types/semver": "^5.5.0",
"chai": "^4.1.2",
"globby": "^8.0.1",
"mocha": "^5.1.1",
"ts-node": "6.0.3",
"tslib": "^1.9.0",
"tslint": "^5.10.0",
"typescript": "^2.8.3"
"mocha": "^5.2.0",
"ts-node": "^7.0.1",
"tslib": "^1.9.3",
"tslint": "^5.11.0",
"typescript": "^3.0.1"
},

@@ -50,3 +50,3 @@ "engines": {

"init": [
"./lib/hooks/init/check_update"
"./lib/hooks/init/check-update"
]

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