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

@oclif/command

Package Overview
Dependencies
Maintainers
8
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/command - npm Package Compare versions

Comparing version 1.8.12 to 1.8.13

16

CHANGELOG.md

@@ -5,3 +5,3 @@ # Changelog

### [1.8.12](https://github.com/oclif/command/compare/v1.8.11...v1.8.12) (2021-12-09)
### [1.8.13](https://github.com/oclif/command/compare/v1.8.12...v1.8.13) (2021-12-10)

@@ -11,5 +11,15 @@

* bump plugin-help versions ([#297](https://github.com/oclif/command/issues/297)) ([1af07cd](https://github.com/oclif/command/commit/1af07cd6c9df6a3a962cf5200c9470a63de7a815))
* bump version to 1.8.12 ([32d9d93](https://github.com/oclif/command/commit/32d9d93395dcea80cbed959e72a31522750f015e))
* bump deps ([#298](https://github.com/oclif/command/issues/298)) ([938a11c](https://github.com/oclif/command/commit/938a11c4ddaa03e60c7682f5a90a1a8d62d96288))
* recursive installation failure due to dep cycle ([18af8a4](https://github.com/oclif/command/commit/18af8a4f042593189b50d4663771867a854da09c))
## [1.8.13](https://github.com/oclif/command/compare/v1.8.12...v1.8.13) (2021-12-10)
### Bug Fixes
* bump deps ([#298](https://github.com/oclif/command/issues/298)) ([938a11c](https://github.com/oclif/command/commit/938a11c4ddaa03e60c7682f5a90a1a8d62d96288))
* recursive installation failure due to dep cycle ([18af8a4](https://github.com/oclif/command/commit/18af8a4f042593189b50d4663771867a854da09c))
## [1.8.12](https://github.com/oclif/command/compare/v1.8.11...v1.8.12) (2021-12-09)

@@ -16,0 +26,0 @@

9

package.json
{
"name": "@oclif/command",
"description": "oclif base command",
"version": "1.8.12",
"version": "1.8.13",
"author": "Salesforce",

@@ -11,3 +11,3 @@ "bugs": "https://github.com/oclif/command/issues",

"@oclif/parser": "^3.8.6",
"@oclif/plugin-help": "3.2.16",
"@oclif/plugin-help": "3.2.14",
"debug": "^4.1.1",

@@ -68,3 +68,6 @@ "semver": "^7.3.2"

},
"types": "lib/index.d.ts"
"types": "lib/index.d.ts",
"resolutions": {
"@oclif/plugin-help": "3.2.14"
}
}
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