Socket
Socket
Sign inDemoInstall

@oclif/plugin-autocomplete

Package Overview
Dependencies
Maintainers
2
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/plugin-autocomplete - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

oclif.manifest.json

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

},
"version": "3.0.1"
"version": "3.0.2"
}
{
"name": "@oclif/plugin-autocomplete",
"description": "autocomplete plugin for oclif",
"version": "3.0.1",
"version": "3.0.2",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-autocomplete/issues",
"dependencies": {
"@oclif/core": "^3.5.0",
"@oclif/core": "^3.12.0",
"chalk": "^5.3.0",

@@ -21,9 +21,9 @@ "debug": "^4.3.4",

"@types/debug": "^4.1.10",
"@types/ejs": "^3.1.4",
"@types/mocha": "^10.0.3",
"@types/ejs": "^3.1.5",
"@types/mocha": "^10.0.4",
"@types/nock": "^11.1.0",
"@types/node": "^18",
"chai": "^4",
"commitlint": "^18.0.0",
"eslint": "^8.52.0",
"commitlint": "^18.4.2",
"eslint": "^8.53.0",
"eslint-config-oclif": "^5.0.0",

@@ -36,3 +36,3 @@ "eslint-config-oclif-typescript": "^3.0.8",

"mocha": "^10.2.0",
"nock": "^13.3.6",
"nock": "^13.3.8",
"nyc": "^15.1.0",

@@ -74,3 +74,3 @@ "oclif": "^4.0.3",

"prepack": "shx rm -rf lib && tsc && oclif lock && oclif manifest . && oclif readme",
"prepare": "husky install",
"prepare": "husky install && yarn build",
"pretest": "yarn build && tsc -p test",

@@ -77,0 +77,0 @@ "test": "mocha --forbid-only \"test/**/*.test.ts\"",

@@ -63,3 +63,3 @@ # @oclif/plugin-autocomplete

_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/v3.0.1/src/commands/autocomplete/index.ts)_
_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/v3.0.2/src/commands/autocomplete/index.ts)_
<!-- commandsstop -->

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