Socket
Socket
Sign inDemoInstall

@oclif/plugin-help

Package Overview
Dependencies
Maintainers
2
Versions
165
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.9-dev.1 to 6.0.9-dev.2

2

oclif.manifest.json

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

},
"version": "6.0.9-dev.1"
"version": "6.0.9-dev.2"
}
{
"name": "@oclif/plugin-help",
"description": "Standard help for oclif.",
"version": "6.0.9-dev.1",
"version": "6.0.9-dev.2",
"author": "Salesforce",

@@ -39,3 +39,2 @@ "bugs": "https://github.com/oclif/plugin-help/issues",

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

@@ -57,8 +56,10 @@ ],

"build": "shx rm -rf lib && tsc",
"commitlint": "commitlint --edit $1",
"lint": "eslint . --ext .ts",
"postpack": "shx rm oclif.manifest.json oclif.lock",
"posttest": "yarn lint",
"prepack": "yarn run build && oclif manifest . && oclif lock",
"prepare": "husky install && yarn build",
"pretest": "yarn build && tsc --noEmit",
"lint-staged": "lint-staged",
"postpack": "shx rm oclif.manifest.json",
"posttest": "npm run lint",
"prepack": "npm run build && oclif manifest .",
"prepare": "husky install && npm run build",
"pretest": "npm build && tsc --noEmit",
"test": "mocha --forbid-only \"test/**/*.test.ts\""

@@ -65,0 +66,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