node-red-admin
Advanced tools
Comparing version 2.2.4 to 3.0.0
@@ -0,1 +1,7 @@ | ||
### 3.0.0 | ||
- Update httpStatic and add httpStaticRoot for changes in Node-RED V3 (#20) @Steve-Mcl | ||
- Update dependencies | ||
- Drop node 12 support | ||
### 2.2.4 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "node-red-admin", | ||
"version": "2.2.4", | ||
"version": "3.0.0", | ||
"description": "The Node-RED admin command line interface", | ||
@@ -16,3 +16,3 @@ "homepage": "http://nodered.org", | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=14" | ||
}, | ||
@@ -33,3 +33,3 @@ "contributors": [ | ||
"ansi-colors": "^4.1.1", | ||
"axios": "0.27.0", | ||
"axios": "0.27.2", | ||
"bcryptjs": "^2.4.3", | ||
@@ -36,0 +36,0 @@ "cli-table": "^0.3.11", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
143094
+ Addedaxios@0.27.2(transitive)
- Removedaxios@0.27.0(transitive)
Updatedaxios@0.27.2