arrayiffy-if-string
Advanced tools
Comparing version 4.1.5 to 4.1.6
/** | ||
* @name arrayiffy-if-string | ||
* @fileoverview Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else. | ||
* @version 4.1.5 | ||
* @version 4.1.6 | ||
* @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.5 | ||
* @version 4.1.6 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * @license MIT |
{ | ||
"name": "arrayiffy-if-string", | ||
"version": "4.1.5", | ||
"version": "4.1.6", | ||
"description": "Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.", | ||
@@ -41,2 +41,4 @@ "keywords": [ | ||
"build": "node '../../ops/scripts/esbuild.js' && yarn run dts", | ||
"cjs-off": "exit 0", | ||
"cjs-on": "exit 0", | ||
"dev": "DEV=true node '../../ops/scripts/esbuild.js' && yarn run dts", | ||
@@ -43,0 +45,0 @@ "devtest": "c8 yarn run unit && yarn run examples && yarn run lint", |
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
10440