Comparing version 1.0.0 to 1.0.1
@@ -1,3 +0,1 @@ | ||
module.exports = (...args) => | ||
[].concat(...args.map(items => | ||
Array.isArray(items) ? items : [null, undefined].includes(items) ? [] : [items])); | ||
module.exports = (...args) => [].concat(...args.map(items => Array.isArray(items) ? items : [null, undefined].includes(items) ? [] : [items])); |
{ | ||
"name": "arfy", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Ensures that something is array", | ||
@@ -19,4 +19,4 @@ "main": "index.js", | ||
"ava": "^0.25.0", | ||
"eslint": "^4.7.2", | ||
"eslint-config-astur": "0.0.2", | ||
"eslint": "^5.4.0", | ||
"eslint-config-astur": "^1.6.1", | ||
"nyc": "^12.0.2" | ||
@@ -23,0 +23,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
4105
23