arrayiffy-if-string
Advanced tools
Comparing version 4.1.6 to 5.0.0
@@ -6,2 +6,12 @@ # Change Log | ||
# 5.0.0 (2022-12-01) | ||
### Features | ||
- drop Node v12 support; minimum version requirement now is v14.18 and above ([c8049e8](https://github.com/codsen/codsen/commit/c8049e82a5844d3f72587740f1cc74e3c9020d22)) | ||
### BREAKING CHANGES | ||
- Minimum supported Node version is v14.18; we're dropping v12 support | ||
# 4.1.0 (2022-08-12) | ||
@@ -8,0 +18,0 @@ |
/** | ||
* @name arrayiffy-if-string | ||
* @fileoverview Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else. | ||
* @version 4.1.6 | ||
* @version 5.0.0 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * @license MIT |
/** | ||
* @name arrayiffy-if-string | ||
* @fileoverview Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else. | ||
* @version 4.1.6 | ||
* @version 5.0.0 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * @license MIT |
{ | ||
"name": "arrayiffy-if-string", | ||
"version": "4.1.6", | ||
"version": "5.0.0", | ||
"description": "Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.", | ||
@@ -59,3 +59,3 @@ "keywords": [ | ||
"engines": { | ||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" | ||
"node": ">=14.18.0" | ||
}, | ||
@@ -62,0 +62,0 @@ "c8": { |
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
10719