Socket
Socket
Sign inDemoInstall

@oclif/core

Package Overview
Dependencies
Maintainers
5
Versions
396
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/core - npm Package Compare versions

Comparing version 0.5.20 to 0.5.21

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.5.21](https://github.com/oclif/core/compare/v0.5.20...v0.5.21) (2021-07-07)
### Bug Fixes
* update cli-ux ([6608e12](https://github.com/oclif/core/commit/6608e12f488fa260ba952aa54ced780b1dfc4470))
### [0.5.20](https://github.com/oclif/core/compare/v0.5.19...v0.5.20) (2021-07-01)

@@ -7,0 +14,0 @@

5

package.json
{
"name": "@oclif/core",
"description": "base library for oclif CLIs",
"version": "0.5.20",
"version": "0.5.21",
"author": "Jeff Dickey @jdxcode",

@@ -62,2 +62,3 @@ "bugs": "https://github.com/oclif/core/issues",

"proxyquire": "^2.1.0",
"shx": "^0.3.3",
"sinon": "^11.1.1",

@@ -94,3 +95,3 @@ "ts-node": "^9.0.0",

"scripts": {
"build": "rm -rf lib && tsc",
"build": "shx rm -rf lib && tsc",
"commitlint": "commitlint",

@@ -97,0 +98,0 @@ "lint": "eslint . --ext .ts --config .eslintrc",

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