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

@qio/prelude

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qio/prelude - npm Package Versions

23

31.1.0

Diff

Changelog

Source

31.1.0 (2020-03-29)

Bug Fixes

  • update dependencies (06fbfd2)
  • update tsc version to 3.8 (ff4ece0)
  • queue: fix offer implementation (5c474f6)

Features

  • await: add `setTo` helper function (f787b18)
  • chunk: add chunking capabilities. (2941622)
  • core: add `Flag` type (d71a0be)
  • stream: add `zipWith` operator (c594d5a)
  • stream: add multiple operators (b2a188a)

Performance Improvements

  • qio: make `map` and `chain` eager only if it's being applied on a `constant` value. (1ca41c6)
tusharmathur
published 31.0.0 •

Changelog

Source

31.0.0 (2020-01-28)

Bug Fixes

Code Refactoring

  • stream: rename to QStream (684db9d)

Features

  • core: export `Counter` for use (ca92e1d)
  • stream: add `scan` operator (a7cf4a8)
  • stream: add toQueue (2eb34c0)

BREAKING CHANGES

  • stream: Renaming Stream to QStream
tusharmathur
published 30.0.0 •

Changelog

Source

30.0.0 (2019-12-29)

Bug Fixes

  • package: export TestRuntime as a parameter (4a7a9e6)

Code Refactoring

  • stream: simplify `Stream.fromEventEmitter` API (57a60e9)

Features

  • qio: add `QIO.tap` (9c68d80)
  • stream: add `holdFor` operator in stream (357886d)

BREAKING CHANGES

  • qio: `QIO.tap` signature has been updated to accept a function that doesn't return a `QIO`. Use `QIO.tapM` if you still want to pass a function that returns a `QIO`.
  • stream: `fromEventEmiter` API has been updated.
tusharmathur
published 29.0.5 •

Changelog

Source

29.1.0 (2019-12-27)

Bug Fixes

  • await: fix `isSet` implementation (4fc9185)

Features

  • scanM: add `Stream.scanM` operator (e7cb7d0)
  • stream: add support for `haltWhen` (8674aea)
  • stream: add support for `haltWhenM` (9179186)
tusharmathur
published 29.0.4 •

tusharmathur
published 29.0.3 •

tusharmathur
published 29.0.1 •

Changelog

Source

29.0.2 (2019-12-24)

Bug Fixes

  • script: change npmignore paths (6acc109)
tusharmathur
published 29.0.0 •

Changelog

Source

29.0.0 (2019-12-20)

Bug Fixes

  • managed: fix resource holding (908db4b)

Code Refactoring

  • fiber: remove dependency on `Either` type internally. (db926a8)
  • managed: update function signature for `Managed.do` (75ba5a6)

Features

  • package: export `Exit` for external use (6c044d0)
  • qio: add `QIO.bracket_` (93428a4)
  • qio: add `QIO.bracket` (a95dfec)
  • qio: update types for `QIO.if` (31d5665)

BREAKING CHANGES

  • fiber: `Fiber.await` now returns an `Exit` status instead of a nested `Option<Either>`. This is done to improve performane and simplify parsing.
  • managed: Rename `Managed.do` to `Managed.use_`
tusharmathur
published 28.1.2 •

Changelog

Source

28.1.2 (2019-12-16)

Bug Fixes

  • fs: update types for fs.remove (165a3f5)
tusharmathur
published 28.0.3 •

Changelog

Source

28.0.3 (2019-12-06)

Bug Fixes

  • add npm ignore file in all sub packages (5ec6784)
  • fsenv: fix env implementation (1ae3433)
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