Socket
Socket
Sign inDemoInstall

@oclif/plugin-update

Package Overview
Dependencies
Maintainers
2
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/plugin-update - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

8

CHANGELOG.md

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

<a name="1.1.5"></a>
## [1.1.5](https://github.com/oclif/plugin-update/compare/v1.1.4...v1.1.5) (2018-04-09)
### Bug Fixes
* updated deps ([652c354](https://github.com/oclif/plugin-update/commit/652c354))
<a name="1.1.4"></a>

@@ -2,0 +10,0 @@ ## [1.1.4](https://github.com/oclif/plugin-update/compare/v1.1.3...v1.1.4) (2018-04-09)

1

lib/commands/update.d.ts

@@ -15,2 +15,3 @@ import Command from '@oclif/command';

required?: boolean | undefined;
dependsOn?: string[] | undefined;
env?: string | undefined;

@@ -17,0 +18,0 @@ parse(input: boolean, context: any): boolean;

8

package.json
{
"name": "@oclif/plugin-update",
"version": "1.1.4",
"version": "1.1.5",
"author": "Jeff Dickey @jdxcode",

@@ -8,4 +8,4 @@ "bugs": "https://github.com/oclif/plugin-update/issues",

"@heroku-cli/color": "^1.1.3",
"@oclif/command": "^1.4.10",
"@oclif/config": "^1.4.10",
"@oclif/command": "^1.4.13",
"@oclif/config": "^1.4.12",
"@oclif/errors": "^1.0.4",

@@ -25,3 +25,3 @@ "@types/semver": "^5.5.0",

"devDependencies": {
"@oclif/dev-cli": "^1.9.15",
"@oclif/dev-cli": "^1.9.19",
"@oclif/plugin-help": "^1.2.3",

@@ -28,0 +28,0 @@ "@oclif/test": "^1.0.4",

@@ -24,3 +24,3 @@ @oclif/plugin-update

$ oclif-example (-v|--version|version)
@oclif/plugin-update/1.1.4 linux-x64 node-v9.11.1
@oclif/plugin-update/1.1.5 linux-x64 node-v9.11.1
$ oclif-example --help [COMMAND]

@@ -45,3 +45,3 @@ USAGE

_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.1.4/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.1.5/src/commands/update.ts)_
<!-- commandsstop -->
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