Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cerner/terra-cli

Package Overview
Dependencies
Maintainers
14
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cerner/terra-cli - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

8

CHANGELOG.md

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

## 1.2.0 - (November 24, 2020)
* Added
* Added additional logging context for when commands error out with some stderr information
* Changed
* Updated the doc to use a simpler import of the terra-cli logger
## 1.1.0 - (November 19, 2020)

@@ -7,0 +15,0 @@

3

index.js

@@ -32,2 +32,5 @@ const yargs = require('yargs/yargs');

logger.error(actualError.stack);
if (actualError.stderr) {
logger.error(actualError.stderr);
}
}

@@ -34,0 +37,0 @@ }

4

package.json
{
"name": "@cerner/terra-cli",
"version": "1.1.0",
"version": "1.2.0",
"description": "Terra Cli",

@@ -44,3 +44,3 @@ "main": "index.js",

},
"gitHead": "e5d0afe90125307a498e0d31fcdaf45322c167af"
"gitHead": "14b1a7550e3f90cbf7ef715608d64c57787c10c7"
}

Sorry, the diff of this file is not supported yet

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