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.12 to 3.0.13

npm-shrinkwrap.json

2

oclif.manifest.json
{
"commands": {},
"version": "3.0.12"
"version": "3.0.13"
}
{
"name": "@oclif/plugin-warn-if-update-available",
"description": "warns if there is a newer version of CLI released",
"version": "3.0.12",
"version": "3.0.13",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
"dependencies": {
"@oclif/core": "^3.19.2",
"@oclif/core": "^3.21.0",
"chalk": "^5.3.0",

@@ -15,5 +15,5 @@ "debug": "^4.1.0",

"devDependencies": {
"@commitlint/config-conventional": "^17.8.1",
"@commitlint/config-conventional": "^18",
"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "^3.1.16",
"@oclif/test": "^3.2.0",
"@types/chai": "^4.3.11",

@@ -24,15 +24,14 @@ "@types/debug": "^4.1.12",

"@types/node": "^18",
"@types/semver": "^7.5.6",
"chai": "^4.4.0",
"commitlint": "^17.8.1",
"eslint": "^8.56.0",
"eslint-config-oclif": "^5.0.0",
"eslint-config-oclif-typescript": "^3.0.47",
"commitlint": "^18",
"eslint": "^8.57.0",
"eslint-config-oclif": "^5.0.4",
"eslint-config-oclif-typescript": "^3.0.48",
"eslint-config-prettier": "^9.1.0",
"globby": "^11.0.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"husky": "^9",
"lint-staged": "^15",
"mocha": "^10.3.0",
"oclif": "^4.4.9",
"oclif": "^4.4.19",
"prettier": "^3.2.5",
"shx": "^0.3.3",
"sinon": "^16.1.3",

@@ -49,3 +48,4 @@ "ts-node": "^10.9.2",

"/lib",
"/oclif.lock"
"npm-shrinkwrap.json",
"oclif.lock"
],

@@ -68,11 +68,11 @@ "homepage": "https://github.com/oclif/plugin-warn-if-update-available",

"scripts": {
"build": "rm -rf lib && tsc",
"clean": "rm -f oclif.manifest.json oclif.lock",
"build": "shx rm -rf lib && tsc",
"clean": "shx rm -f oclif.manifest.json npm-shrinkwrap.json oclif.lock",
"compile": "tsc",
"lint": "eslint . --ext .ts",
"postpublish": "yarn run clean",
"postpack": "yarn run clean",
"posttest": "yarn lint",
"prepare": "husky install && yarn build",
"prepublishOnly": "yarn run build && oclif lock && oclif manifest . && oclif readme",
"prepack": "yarn build && oclif manifest && oclif readme && npm shrinkwrap && oclif lock",
"prepare": "husky && yarn build",
"pretest": "yarn build --noEmit && tsc -p test --noEmit",
"preversion": "yarn run clean",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",

@@ -79,0 +79,0 @@ "version": "oclif readme && git add README.md"

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