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

@cerner/terra-cli

Package Overview
Dependencies
Maintainers
10
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.8.0 to 1.9.0

5

CHANGELOG.md

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

## 1.9.0 - (February 11, 2022)
* Changed
* Revert limiting upper Node version to 14.
## 1.8.0 - (February 8, 2022)

@@ -7,0 +12,0 @@

6

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

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

"engines": {
"node": "^10.13.0 || ^12.0.0 || ^14.0.0"
"node": ">=10.13.0"
},

@@ -45,3 +45,3 @@ "homepage": "https://github.com/cerner/terra-toolkit",

},
"gitHead": "b947af08ca377bb6094628005af428314f7adcb3"
"gitHead": "a9478fada603a7fc70962319d7a223930d67cf9a"
}

@@ -8,2 +8,6 @@ # CLI

## Node version support
This package was developed and tested using Node 10 up to Node 14. Consumers using Node 16 or greater are advised to use it at their own risk since those versions are not officially supported due to lack of thorough testing.
## Versioning

@@ -10,0 +14,0 @@

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