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

scramjet

Package Overview
Dependencies
Maintainers
5
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scramjet - npm Package Versions

1
1618

2.5.1

Diff

michalcz
published 2.5.0 •

Changelog

Source

Scramjet 2.5.0

  • Added use method.
michalcz
published 2.4.2 •

Changelog

Source

Scramjet 2.4.2

  • Removed dependency on mergesort-stream and almost 30% performance improvement on muxing streams
michalcz
published 2.4.1 •

Changelog

Source

Scramjet 2.4.1

  • flatMap method introduced on DataStream
michalcz
published 2.4.0 •

michalcz
published 2.3.1 •

michalcz
published 2.3.0 •

Changelog

Source

Scramjet 2.3.0

  • Asynchronous tranforms on multiple streams are merged into one.
  • New .tap() method introduced to be able to revert to previous behavior
  • Benchmark added (but is also released separately)
  • Misleading pop() name changed to shift(), but old one still kept for compatibility
michalcz
published 2.2.1 •

Changelog

Source

Scramjet 2.2.1

  • Asynchronous transforms now run in parallel, exact documentation on how to control it to follow
  • Fixed a bug causing not raising exceptions properly
michalcz
published 2.1.0 •

Changelog

Source

Scramjet 2.1.0

  • pop method now working consistently in Buffer and String Streams (pops a number of bytes instead of buffers/strings)
  • breakup method introduced in BufferStream - breaks stream up into set length chunks.
  • DataStream fromArray and toArray shorthand methods added.
  • toBufferStream/toStringStream methods added on StringStream and BufferStream
  • DataStream remap function added
  • DataStream pop now operates on a copy of the original array.
michalcz
published 2.0.0 •

Changelog

Source

Scramjet 2.0.0

Initial release of the MIT licensed and stable version.

Scramjet 1.x

With the release of 2.x the 1.x branch will no longer get support. The last version in code is identical to 2.0.0 and future releases in the next major will still be backwards compatible.

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