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

13

28.0.0

Diff

Changelog

Source

28.0.0 (2019-12-04)

Code Refactoring

  • qio: fork signature updated (ea00676)

BREAKING CHANGES

  • qio: `.fork` is now a method `.fork()` instead of a property.
tusharmathur
published 27.0.4 •

Changelog

Source

27.0.4 (2019-11-25)

Bug Fixes

  • remove submodule dependency (ca3ba03)
tusharmathur
published 27.0.0 •

Changelog

Source

27.0.0 (2019-11-25)

Bug Fixes

  • runtime: remove nested import (bde3c5d)

Code Refactoring

  • qio: rename flattenM to tryM (b5aa169)

BREAKING CHANGES

  • qio: rename `flattenM` to `tryM`
tusharmathur
published 26.0.0 •

Changelog

Source

26.0.0 (2019-11-21)

Code Refactoring

  • testTTY: update mocking signature (8a83b7a)

BREAKING CHANGES

  • testTTY: testTTY signature updated
tusharmathur
published 25.0.0 •

Changelog

Source

25.0.0 (2019-11-19)

Bug Fixes

  • stream: update typings for mapM (60372d2)

Code Refactoring

  • fs: use fs-extra instead of fs (722bbe9)

BREAKING CHANGES

  • fs: `@qio/fs` internally uses `fs-extra` instead of relying on the native node.js fs module
tusharmathur
published 24.0.0 •

Changelog

Source

24.0.0 (2019-11-18)

Bug Fixes

  • close: handle errors on closing the file (1f1223e)

Code Refactoring

  • reservation: change type signature (e17c143)

BREAKING CHANGES

  • reservation: Reservation.release can now throw exceptions
tusharmathur
published 23.0.0 •

Changelog

Source

23.0.0 (2019-11-17)

Code Refactoring

  • qio: rename of() to resolve() (edb0d14)

BREAKING CHANGES

  • qio: renaming `QIO.of()` to `QIO.resolve()`
tusharmathur
published 22.0.2 •

Changelog

Source

22.0.2 (2019-11-16)

Note: Version bump only for package qio

tusharmathur
published 22.0.0 •

Changelog

Source

22.0.0 (2019-11-16)

Bug Fixes

Code Refactoring

  • env: rename env from axios to http (e60c72c)
  • qio: change QIO.node signature (a1bc4d8)

Features

BREAKING CHANGES

  • qio: QIO.node node returns a TUPLE of values.
  • env: renaming `IAxiosEnv` to `IHttpEnv`
tusharmathur
published 21.0.0 •

Changelog

Source

21.0.0 (2019-11-06)

Code Refactoring

  • qio: change type param arguments for QIO (966852f)
  • qio: deprecate IO (481cdaf)
  • qio: deprecate Task and TaskR (794a163)
  • qio: deprecate UIO (ed20d26)

BREAKING CHANGES

  • qio: QIO type params have been changed to `A, E, R` instead of earlier `E, A, R`
  • qio: deprecate Task and TaskR
  • qio: UIO have been deprecated. Use QIO.lift() instead.
  • qio: Deprecating `IO` type use `QIO` type directly.
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