Socket
Socket
Sign inDemoInstall

@oclif/plugin-autocomplete

Package Overview
Dependencies
85
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.13 to 3.0.14

2

oclif.manifest.json

@@ -117,3 +117,3 @@ {

},
"version": "3.0.13"
"version": "3.0.14"
}
{
"name": "@oclif/plugin-autocomplete",
"description": "autocomplete plugin for oclif",
"version": "3.0.13",
"version": "3.0.14",
"author": "Salesforce",

@@ -11,9 +11,9 @@ "bugs": "https://github.com/oclif/plugin-autocomplete/issues",

"debug": "^4.3.4",
"ejs": "^3.1.9"
"ejs": "^3.1.10"
},
"devDependencies": {
"@commitlint/config-conventional": "^18.6.0",
"@commitlint/config-conventional": "^18.6.3",
"@oclif/plugin-help": "^6",
"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "^3.1.12",
"@oclif/test": "^3.2.8",
"@types/chai": "^4",

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

"eslint": "^8.57.0",
"eslint-config-oclif": "^5.0.2",
"eslint-config-oclif-typescript": "^3.0.47",
"eslint-config-oclif": "^5.1.1",
"eslint-config-oclif-typescript": "^3.1.3",
"eslint-config-prettier": "^9.1.0",
"husky": "^9",
"lint-staged": "^15.2.2",
"mocha": "^10.3.0",
"nock": "^13.5.3",
"mocha": "^10.4.0",
"nock": "^13.5.4",
"nyc": "^15.1.0",
"oclif": "^4.4.17",
"oclif": "^4.7.6",
"prettier": "^3.2.5",
"shx": "^0.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
},

@@ -50,4 +50,3 @@ "engines": {

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

@@ -70,3 +69,3 @@ "homepage": "https://github.com/oclif/plugin-autocomplete",

"build": "shx rm -rf lib && tsc",
"clean": "shx rm -f oclif.manifest.json npm-shrinkwrap.json oclif.lock",
"clean": "shx rm -f oclif.manifest.json npm-shrinkwrap.json",
"compile": "tsc",

@@ -76,3 +75,3 @@ "lint": "eslint . --ext .ts",

"posttest": "yarn lint",
"prepack": "yarn build && oclif manifest && oclif readme && npm shrinkwrap && oclif lock",
"prepack": "yarn build && oclif manifest && oclif readme && npm shrinkwrap",
"prepare": "husky && yarn build",

@@ -79,0 +78,0 @@ "pretest": "yarn build && tsc -p test --noEmit",

@@ -13,2 +13,3 @@ # @oclif/plugin-autocomplete

* [Commands](#commands)
* [Contributing](#contributing)
<!-- tocstop -->

@@ -64,3 +65,7 @@

_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/v3.0.13/src/commands/autocomplete/index.ts)_
_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/v3.0.14/src/commands/autocomplete/index.ts)_
<!-- commandsstop -->
# Contributing
See [contributing guide](./CONRTIBUTING.md)

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