Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "foreachain", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "The chainable forEach()", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -34,5 +34,13 @@ # foreachain | ||
```html | ||
<script src="https://unpkg.com/foreachain"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/foreachain/foreachain.browser.min.js"></script> | ||
``` | ||
or (for modern browsers) | ||
```html | ||
<script type="module"> | ||
import foreachain from 'https://cdn.jsdelivr.net/npm/foreachain/foreachain.module.min.js'; | ||
</script> | ||
``` | ||
2. ```js | ||
@@ -39,0 +47,0 @@ // if you're not in browser |
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
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
5995
0
74