New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

for-each-break

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

for-each-break - npm Package Compare versions

Comparing version 0.2.2 to 0.2.4

4

package.json
{
"name": "for-each-break",
"version": "0.2.2",
"version": "0.2.4",
"description": "forEach, map and filter with break and return emulation",

@@ -14,3 +14,3 @@ "main": "index.js",

"devDependencies": {
"jest": "^24.1.0"
"jest": "^24.8.0"
},

@@ -17,0 +17,0 @@ "scripts": {

# for-each-break
[![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges)
[![experimental](https://badges.github.io/stability-badges/dist/experimental.svg)](https://github.com/badges/stability-badges)

@@ -44,3 +44,4 @@ Small utility library implementing `forEach`, `map`, `filter`, `forEachRight`, `mapRight` and

MIT, see [LICENSE.md](http://github.com/vsch/for-each-break/blob/master/LICENSE.md) for details.
MIT, see [LICENSE.md](https://github.com/vsch/for-each-break/blob/master/LICENSE.md) for
details.

@@ -5,2 +5,3 @@ # Version History

- [0.2.4](#024)
- [0.2.2](#022)

@@ -11,2 +12,6 @@ - [0.2.0](#020)

## 0.2.4
* Fix: update jest version
## 0.2.2

@@ -13,0 +18,0 @@

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