Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@oclif/plugin-warn-if-update-available

Package Overview
Dependencies
Maintainers
2
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/plugin-warn-if-update-available - npm Package Compare versions

Comparing version 3.0.14 to 3.0.15

3

lib/get-version.js

@@ -21,3 +21,4 @@ import makeDebug from 'debug';

await writeFile(file, JSON.stringify({ ...body['dist-tags'], authorization, current: version }));
process.exit(0); // eslint-disable-line unicorn/no-process-exit, no-process-exit
// eslint-disable-next-line n/no-process-exit, unicorn/no-process-exit
process.exit(0);
}

@@ -24,0 +25,0 @@ await run(process.argv.slice(2)).catch(async (error) => {

{
"commands": {},
"version": "3.0.14"
"version": "3.0.15"
}
{
"name": "@oclif/plugin-warn-if-update-available",
"description": "warns if there is a newer version of CLI released",
"version": "3.0.14",
"version": "3.0.15",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
"dependencies": {
"@oclif/core": "^3.23.0",
"@oclif/core": "^3.26.0",
"chalk": "^5.3.0",

@@ -17,3 +17,3 @@ "debug": "^4.1.0",

"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "^3.2.0",
"@oclif/test": "^3.2.6",
"@types/chai": "^4.3.11",

@@ -27,4 +27,4 @@ "@types/debug": "^4.1.12",

"eslint": "^8.57.0",
"eslint-config-oclif": "^5.0.4",
"eslint-config-oclif-typescript": "^3.0.48",
"eslint-config-oclif": "^5.1.1",
"eslint-config-oclif-typescript": "^3.1.2",
"eslint-config-prettier": "^9.1.0",

@@ -34,3 +34,3 @@ "husky": "^9",

"mocha": "^10.3.0",
"oclif": "^4.5.2",
"oclif": "^4.6.1",
"prettier": "^3.2.5",

@@ -40,3 +40,3 @@ "shx": "^0.3.3",

"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},

@@ -43,0 +43,0 @@ "engines": {

@@ -16,2 +16,3 @@ # @oclif/plugin-warn-if-update-available

* [Environment Variables](#environment-variables)
* [Contributing](#contributing)
<!-- tocstop -->

@@ -135,1 +136,5 @@

- `<CLI>_NEW_VERSION_CHECK_FREQ_UNIT`: environment variable override for `frequencyUnit` setting
# Contributing
See [contributing guide](./CONRTIBUTING.md)

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

Sorry, the diff of this file is not supported yet

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