Socket
Socket
Sign inDemoInstall

fw

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

fw - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

bower.json
{
"name": "fw",
"version": "0.1.0",
"version": "0.1.1",
"description": "Tiny library for asynchronous control-flow in JavaScript",

@@ -31,2 +31,2 @@ "license": "MIT",

]
}
}
{
"name": "fw",
"version": "0.1.0",
"version": "0.1.1",
"description": "Tiny library for asynchronous control-flow in JavaScript",

@@ -34,2 +34,2 @@ "license": "MIT",

}
}
}

@@ -11,6 +11,6 @@ # fw [![Build Status](https://travis-ci.org/h2non/fw.svg?branch=master)][travis] [![NPM version](https://badge.fury.io/js/fw.svg)][npm]

**fw** is a tiny library (<200 SLOC) which helps with **asynchronous
**fw** is a tiny library which helps with **asynchronous
control-flow management** in JavaScript environments
It exploits the **functional-style programming** based on high-order functions and other common patterns.
It exploits **functional-style programming** using higher-order functions and other common patterns.
You could use it in conjunction with [hu][hu], for a better approach

@@ -21,6 +21,6 @@

- Support series or parallel control-flow modes
- Collections transformers and mapping (each, map...)
- Collections iterators (each, map...)
- Runs in node and browsers
- Simple and easy-to-use API
- Tiny (<200 SLOC)
- Tiny (~200 SLOC)
- Dependency-free

@@ -27,0 +27,0 @@ - Designed to be embedded in other libraries or applications

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