arrayiffy-if-string
Advanced tools
Comparing version 4.1.2 to 4.1.3
@@ -14,3 +14,3 @@ # Change Log | ||
### Bug Fixes | ||
### Fixed | ||
@@ -43,3 +43,3 @@ - improve types ([53262e1](https://github.com/codsen/codsen/commit/53262e1e4ba7cd9ea8aad9ce3a07a5aed5d1fdc2)) | ||
### Bug Fixes | ||
### Fixed | ||
@@ -83,3 +83,3 @@ - add testStats to npmignore ([f3c84e9](https://github.com/codsen/codsen/commit/f3c84e95afc5514214312f913692d85b2e12eb29)) | ||
### Improved | ||
### Improvements | ||
@@ -97,3 +97,3 @@ - Now pointing unit tests at ES Modules build, not CommonJS-one. This means, unit test coverage will be correct (higher) because there won't be any missing rows that Babel added which are impossible to cover. | ||
### Changed | ||
### Changes | ||
@@ -100,0 +100,0 @@ - Rewrote in ES modules, now serving UMD, Common JS and native ES modules builds. Bumping major just in case. |
/** | ||
* @name arrayiffy-if-string | ||
* @fileoverview Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else. | ||
* @version 4.1.2 | ||
* @version 4.1.3 | ||
* @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.2 | ||
* @version 4.1.3 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * @license MIT |
{ | ||
"name": "arrayiffy-if-string", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
10818