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

@cucumber/message-streams

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cucumber/message-streams - npm Package Versions

4.0.1

Diff

Changelog

Source

[4.0.1] - 2022-03-31

Changed

  • Peer dependency of @cucumber/messages is now more permissive and simply request any version greater than 17.1.1
cukebot
published 4.0.0 •

Changelog

Source

[4.0.0] - 2022-03-16

Added

  • Support for EcmaScript modules (aka ESM) (#1756)

Changed

  • @cucumber/messagesis now a peer dependency. You have to add @cucumber/messages in your dependencies:
    {
      "dependencies": {
    +   "@cucumber/messages": "17.1.1",
        "@cucumber/message-streams": "4.0.0",
      }
    }
    

Deprecated

Fixed

Removed

cukebot
published 3.0.0 •

Changelog

Source

[3.0.0] - 2021-07-08

Changed

  • Upgrade to messages v17.0.0
cukebot
published 2.1.0 •

Changelog

Source

[2.1.0] - 2021-05-30

Added

  • The NdjsonToMessageStream constructor accepts an optional function for parsing a line, which may return null if a line is ignored. This can be used to improve performance by ignoring certain lines.
cukebot
published 2.0.0 •

Changelog

Source

[2.0.0] - 2021-05-17

Changed

  • Upgrade to messages 16.0.0
cukebot
published 1.0.0 •

Changelog

Source

[1.0.0] - 2021-03-23

<!-- Contributors in alphabetical order -->
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