New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@oclif/plugin-search

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/plugin-search - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

18

oclif.manifest.json

@@ -1,1 +0,17 @@

{"version":"0.0.8","commands":{"search":{"id":"search","summary":"Search for a command.","description":"Once you select a command, hit enter and it will show the help for that command.","strict":true,"pluginName":"@oclif/plugin-search","pluginAlias":"@oclif/plugin-search","pluginType":"core","aliases":[],"flags":{},"args":[]}}}
{
"version": "0.0.9",
"commands": {
"search": {
"id": "search",
"summary": "Search for a command.",
"description": "Once you select a command, hit enter and it will show the help for that command.",
"strict": true,
"pluginName": "@oclif/plugin-search",
"pluginAlias": "@oclif/plugin-search",
"pluginType": "core",
"aliases": [],
"flags": {},
"args": {}
}
}
}

8

package.json
{
"name": "@oclif/plugin-search",
"version": "0.0.8",
"version": "0.0.9",
"description": "A command for searching commands",

@@ -17,3 +17,3 @@ "author": "Salesforce",

"dependencies": {
"@oclif/core": "^1.23.1",
"@oclif/core": "^1.25.0",
"chalk": "^4",

@@ -26,3 +26,3 @@ "fuse.js": "^6.6.2",

"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^2.1.10",
"@oclif/plugin-plugins": "^2.1.12",
"@oclif/test": "^2",

@@ -32,3 +32,3 @@ "@types/chai": "^4",

"@types/mocha": "^9.0.0",
"@types/node": "^16.18.10",
"@types/node": "^16.18.11",
"chai": "^4",

@@ -35,0 +35,0 @@ "eslint": "^7.32.0",

@@ -23,3 +23,3 @@ @oclif/plugin-search

$ @oclif/plugin-search (--version)
@oclif/plugin-search/0.0.8 linux-x64 node-v18.12.1
@oclif/plugin-search/0.0.9 linux-x64 node-v18.13.0
$ @oclif/plugin-search --help [COMMAND]

@@ -49,3 +49,3 @@ USAGE

_See code: [dist/commands/search.ts](https://github.com/oclif/plugin-search/blob/v0.0.8/dist/commands/search.ts)_
_See code: [dist/commands/search.ts](https://github.com/oclif/plugin-search/blob/v0.0.9/dist/commands/search.ts)_
<!-- commandsstop -->
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