@oclif/plugin-warn-if-update-available
Advanced tools
Comparing version 1.3.9 to 1.4.0
@@ -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 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13705
3
+ Addedfs-extra@7.0.1(transitive)
- Removedfs-extra@6.0.1(transitive)
Updated@oclif/command@^1.5.0
Updated@oclif/config@^1.7.0
Updated@oclif/errors@^1.1.2
Updatedfs-extra@^7.0.0
Updatedhttp-call@^5.1.4