arrayiffy-if-string
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -26,3 +26,3 @@ # Change Log | ||
- programs now are in ES Modules and won't work with Common JS require() | ||
- programs now are in ES Modules and won't work with Common JS `require()` | ||
@@ -45,3 +45,3 @@ ## 3.14.0 (2021-05-24) | ||
- add testStats to npmignore ([f3c84e9](https://github.com/codsen/codsen/commit/f3c84e95afc5514214312f913692d85b2e12eb29)) | ||
- add `testStats` to npmignore ([f3c84e9](https://github.com/codsen/codsen/commit/f3c84e95afc5514214312f913692d85b2e12eb29)) | ||
@@ -56,3 +56,3 @@ ## 3.13.0 (2021-01-23) | ||
Accidental version bump during migration to sourcehut. Sorry about that. | ||
Accidental version bump during migration to SourceHut. Sorry about that. | ||
@@ -59,0 +59,0 @@ ## 3.11.0 (2019-06-29) |
/** | ||
* @name arrayiffy-if-string | ||
* @fileoverview Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else. | ||
* @version 4.1.3 | ||
* @version 4.1.4 | ||
* @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.3 | ||
* @version 4.1.4 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * @license MIT |
{ | ||
"name": "arrayiffy-if-string", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
"letspublish": "yarn publish || :", | ||
"lint": "eslint . --fix", | ||
"lint": "eslint . --ext .js --ext .ts --fix", | ||
"perf": "node perf/check.js", | ||
@@ -50,0 +50,0 @@ "prepare": "echo 'ready'", |
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
10558
7
29