arrayiffy-if-string
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -6,2 +6,8 @@ # Change Log | ||
## 4.0.1 (2021-09-13) | ||
### Bug Fixes | ||
- bump TS and separate ESLint plugins away from this monorepo ([2e07d42](https://github.com/codsen/codsen/commit/2e07d424222b6ffedf5fb45c83ad453627ec2904)) | ||
## 4.0.0 (2021-09-09) | ||
@@ -8,0 +14,0 @@ |
/** | ||
* @name arrayiffy-if-string | ||
* @fileoverview Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else. | ||
* @version 4.0.0 | ||
* @version 4.0.1 | ||
* @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.0.0 | ||
* @version 4.0.1 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * @license MIT |
{ | ||
"name": "arrayiffy-if-string", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.", | ||
@@ -113,3 +113,3 @@ "keywords": [ | ||
"eslint": "^7.32.0", | ||
"lect": "^0.18.0", | ||
"lect": "^0.18.1", | ||
"rollup": "^2.56.3", | ||
@@ -123,3 +123,3 @@ "rollup-plugin-ascii": "^0.0.3", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.4.2" | ||
"typescript": "^4.4.3" | ||
}, | ||
@@ -126,0 +126,0 @@ "engines": { |
@@ -29,2 +29,4 @@ # arrayiffy-if-string | ||
This package is ESM only: Node 12+ is needed to use it and it must be imported instead of required: | ||
```bash | ||
@@ -34,2 +36,4 @@ npm i arrayiffy-if-string | ||
If you need a legacy version which works with require, use version 3.14.0 | ||
## Quick Take | ||
@@ -36,0 +40,0 @@ |
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
12820
67