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 1.0.0 to 2.0.0

foreachain.browser.js

32

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

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