Socket
Socket
Sign inDemoInstall

@oclif/plugin-help

Package Overview
Dependencies
Maintainers
2
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/plugin-help - npm Package Compare versions

Comparing version 6.0.16 to 6.0.17

npm-shrinkwrap.json

2

oclif.manifest.json

@@ -42,3 +42,3 @@ {

},
"version": "6.0.16"
"version": "6.0.17"
}
{
"name": "@oclif/plugin-help",
"description": "Standard help for oclif.",
"version": "6.0.16",
"version": "6.0.17",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
"@oclif/core": "^3.20.0"
"@oclif/core": "^3.21.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.8.1",
"@commitlint/config-conventional": "^18",
"@oclif/prettier-config": "^0.2.1",

@@ -18,3 +18,3 @@ "@oclif/test": "^3.2.1",

"chai": "^4.4.1",
"commitlint": "^17.8.1",
"commitlint": "^18",
"eslint": "^8.57.0",

@@ -24,4 +24,4 @@ "eslint-config-oclif": "^5.0.3",

"eslint-config-prettier": "^9.1.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"husky": "^9",
"lint-staged": "^15",
"mocha": "^10.3.0",

@@ -41,3 +41,4 @@ "oclif": "^4.4.19",

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

@@ -58,9 +59,12 @@ "homepage": "https://github.com/oclif/plugin-help",

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

@@ -67,0 +71,0 @@ "type": "module",

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