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.0.0 to 1.0.1

2

.oclif.manifest.json

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

{"version":"1.0.0","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.0.1","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"}]}}}

@@ -56,3 +56,4 @@ "use strict";

get s3Host() {
return this.config.pjson.oclif.s3Host || this.config.scopedEnvVar('S3_HOST');
const pjson = this.config.pjson.oclif;
return (pjson.s3 && pjson.s3.host) || this.config.scopedEnvVar('S3_HOST');
}

@@ -59,0 +60,0 @@ s3url(channel, p) {

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

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

"bin": "heroku",
"s3Host": "cli-assets.heroku.com",
"s3": {
"host": "cli-assets.heroku.com"
},
"commands": "./lib/commands",

@@ -60,0 +62,0 @@ "hooks": {

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