Socket
Socket
Sign inDemoInstall

@oclif/plugin-update

Package Overview
Dependencies
124
Maintainers
2
Versions
154
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.10 to 4.2.11

3

dist/update.js

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

const channel = existsSync(channelPath) ? (await readFile(channelPath, 'utf8')).trim() : 'stable';
if (config.pjson.oclif.update?.disableNpmLookup ?? false) {
return channel;
}
try {

@@ -343,0 +346,0 @@ const { body } = await HTTP.get(`${config.npmRegistry ?? 'https://registry.npmjs.org'}/${config.pjson.name}`);

2

oclif.manifest.json

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

},
"version": "4.2.10"
"version": "4.2.11"
}
{
"name": "@oclif/plugin-update",
"version": "4.2.10",
"version": "4.2.11",
"author": "Salesforce",

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

"@inquirer/select": "^2.3.2",
"@oclif/core": "^3.26.5",
"@oclif/core": "^3.26.6",
"chalk": "^5",

@@ -34,3 +34,3 @@ "debug": "^4.3.1",

"eslint": "^8.57.0",
"eslint-config-oclif": "^5.1.3",
"eslint-config-oclif": "^5.2.0",
"eslint-config-oclif-typescript": "^3.1.7",

@@ -37,0 +37,0 @@ "eslint-config-prettier": "^9.1.0",

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

_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.2.10/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.2.11/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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc