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 4.2.7 to 4.2.8

7

dist/update.js

@@ -363,5 +363,10 @@ import { Config, ux } from '@oclif/core';

catch (error) {
ux.warn(error);
if (error instanceof Error) {
ux.debug(error.name, error.message);
}
else if (typeof error === 'string') {
ux.debug(error);
}
}
return version;
};

2

oclif.manifest.json

@@ -91,3 +91,3 @@ {

},
"version": "4.2.7"
"version": "4.2.8"
}
{
"name": "@oclif/plugin-update",
"version": "4.2.7",
"version": "4.2.8",
"author": "Salesforce",

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

@@ -58,3 +58,3 @@ # @oclif/plugin-update

_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.2.7/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.2.8/src/commands/update.ts)_
<!-- commandsstop -->

@@ -61,0 +61,0 @@

Sorry, the diff of this file is too big to display

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