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.9 to 1.1.10

2

.oclif.manifest.json

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

{"version":"1.1.9","commands":{"update":{"id":"update","description":"update the <%= config.bin %> CLI","pluginName":"@oclif/plugin-update","pluginType":"core","aliases":[],"flags":{"autoupdate":{"name":"autoupdate","type":"boolean","hidden":true}},"args":[{"name":"channel"}]}}}
{"version":"1.1.10","commands":{"update":{"id":"update","description":"update the <%= config.bin %> CLI","pluginName":"@oclif/plugin-update","pluginType":"core","aliases":[],"flags":{"autoupdate":{"name":"autoupdate","type":"boolean","hidden":true}},"args":[{"name":"channel"}]}}}

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

<a name="1.1.10"></a>
## [1.1.10](https://github.com/oclif/plugin-update/compare/v1.1.9...v1.1.10) (2018-04-19)
### Bug Fixes
* use unix output format ([2b8c765](https://github.com/oclif/plugin-update/commit/2b8c765))
<a name="1.1.9"></a>

@@ -2,0 +10,0 @@ ## [1.1.9](https://github.com/oclif/plugin-update/compare/v1.1.8...v1.1.9) (2018-04-19)

@@ -58,3 +58,3 @@ "use strict";

const http = require('http-call').HTTP;
const filesize = require('filesize');
const filesize = require('filesize').partial({ unix: true });
const output = path.join(this.clientRoot, version);

@@ -61,0 +61,0 @@ const { response: stream } = await http.stream(manifest.gz);

{
"name": "@oclif/plugin-update",
"version": "1.1.9",
"version": "1.1.10",
"author": "Jeff Dickey @jdxcode",

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

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

$ oclif-example (-v|--version|version)
@oclif/plugin-update/1.1.9 linux-x64 node-v8.11.1
@oclif/plugin-update/1.1.10 linux-x64 node-v8.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.9/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.1.10/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