🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@cerner/package-json-lint-config-terra

Package Overview
Dependencies
Maintainers
10
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cerner/package-json-lint-config-terra - npm Package Compare versions

Comparing version

to
1.4.0

6

CHANGELOG.md

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

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

@@ -13,2 +18,3 @@

* Minor dependency bump
## 1.2.0 - (October 12, 2021)

@@ -15,0 +21,0 @@

6

package.json
{
"name": "@cerner/package-json-lint-config-terra",
"version": "1.3.0",
"version": "1.4.0",
"description": "Package Json Lint Config",

@@ -29,3 +29,3 @@ "main": "package-json-lint.config.js",

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

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

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

@@ -39,2 +39,6 @@ # Package Json Lint Config Terra

## 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

@@ -41,0 +45,0 @@