arrayiffy-if-string
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -1,1 +0,1 @@ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.arrayiffyIfString=t()}(this,function(){"use strict";return function(e){return"string"==typeof e?e.length>0?[e]:[]:e}}); | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.arrayiffyIfString=t()}(this,function(){"use strict";return function(e){return"string"==typeof e?0<e.length?[e]:[]:e}}); |
{ | ||
"name": "arrayiffy-if-string", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.", | ||
@@ -161,3 +161,3 @@ "license": "MIT", | ||
"eslint-plugin-ava": "^4.5.1", | ||
"eslint-plugin-import": "^2.11.0", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint-plugin-prettier": "^2.6.0", | ||
@@ -168,3 +168,3 @@ "esm": "latest", | ||
"prettier": "latest", | ||
"rollup": "^0.58.2", | ||
"rollup": "^0.59.1", | ||
"rollup-plugin-babel": "^3.0.4", | ||
@@ -174,5 +174,4 @@ "rollup-plugin-commonjs": "^9.1.3", | ||
"rollup-plugin-strip": "^1.1.1", | ||
"rollup-plugin-uglify": "^3.0.0", | ||
"uglify-es": "^3.3.10" | ||
"rollup-plugin-uglify": "^4.0.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
18
13331