Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

foreachain

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

foreachain - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc