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

iterable-transformers

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

iterable-transformers

Type-safe transformer functions for `Iterable` and `AsyncIterable` (`map`, `flatten`, `reduce`, etc.).

  • 0.0.2
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

iterable-transformers

Type-safe transformer functions for Iterable and AsyncIterable (map, flatten, reduce, etc.).

This is just a start. I'm looking for contributors :-)

IxJS is supposed to solve this problem, but I wanted something I could start using today.

Installation

yarn add iterable-transformers

Transformers

transformersIterableAsyncIterable
map
flatten
reduce
toArray
filterTODOTODO
takeTODOTODO
takeWhile
takeUntilTODOTODO
dropTODOTODO
dropWhileTODOTODO
dropUntilTODOTODO

Development

yarn
yarn run lint
yarn run compile
node ./target/examples/Iterable.js
node ./target/examples/AsyncIterable.js

To do

  • Write tests
  • Fantasy Land compatibility

FAQs

Package last updated on 29 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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