Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "foreachain", | ||
"version": "1.0.0", | ||
"description": "A chainable version of forEach", | ||
"version": "2.0.0", | ||
"description": "The chainable forEach()", | ||
"keywords": [ | ||
"forEach", | ||
"chain" | ||
], | ||
"license": "MIT", | ||
@@ -19,13 +23,17 @@ "homepage": "https://github.com/NickKaramoff/foreachain#readme", | ||
}, | ||
"main": "index.cjs", | ||
"module": "index.mjs", | ||
"unpkg": "index.js", | ||
"type": "module", | ||
"module": "./foreachain.module.js", | ||
"main": "./foreachain.common.js", | ||
"unpkg": "./foreachain.browser.js", | ||
"exports": { | ||
"require": "./foreachain.common.js", | ||
"import": "./foreachain.module.js" | ||
}, | ||
"types": "./foreachain.d.ts", | ||
"files": [ | ||
"index.js", | ||
"index.mjs", | ||
"index.cjs" | ||
], | ||
"np": { | ||
"yarn": false | ||
} | ||
"foreachain.browser.js", | ||
"foreachain.common.js", | ||
"foreachain.d.ts", | ||
"foreachain.module.js" | ||
] | ||
} |
# foreachain | ||
A chainable version of `forEach`. | ||
> The chainable `forEach()`. | ||
@@ -23,4 +23,3 @@ ## Why? | ||
But I find the first `map` call unreadable and confusing. So, here is my | ||
solution. | ||
But I find the first `map` call unreadable and confusing. So, this is my solution. | ||
@@ -64,1 +63,5 @@ ## How? | ||
> I'm still looking... | ||
## License | ||
MIT © 2020-2021 Nikita Karamov |
Sorry, the diff of this file is not supported yet
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
5774
7
68
66
0
Yes
1