Comparing version 1.0.1 to 1.1.0
@@ -124,3 +124,3 @@ module.exports = function Library (includes) { | ||
const arg = arr[i] | ||
res.push(await fn(arg)); | ||
res.push(await fn(arr[i],i)); | ||
} | ||
@@ -127,0 +127,0 @@ return res; |
{ | ||
"name": "nanolisp", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Embeddable Lisp for JS projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
13521