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
18

2.11.1

Diff

Changelog

Source

Scramjet 2.11.1

  • Fixed default encoding of StringStream to "utf8"
  • DataStream.fromIterator now allows asynchronous operations (by returning a promise)
  • The promised plugins doc is here. :)
michalcz
published 2.11.0 •

Changelog

Source

Scramjet 2.11.0

  • Added whenRead and whenWrote methods docs (meaning that as of 2.11 they're fully supported).
  • Renamed group to separate, an alias still exists though...
  • Promised plugins will be documented in more detail in 2.11.1
michalcz
published 2.10.0 •

Changelog

Source

Scramjet 2.10.0

scramjet.plugin interface added for plugins. More docs to come in 2.10.1.

michalcz
published 2.8.0 •

Changelog

Source

Scramjet 2.8.0

Implemented DataStream::timeBatch, minor docs fix

michalcz
published 2.7.2 •

michalcz
published 2.7.1 •

michalcz
published 2.7.0 •

Changelog

Source

Scramjet 2.7.0

Implemented DataStream::group.

michalcz
published 2.6.1 •

Changelog

Source

Scramjet 2.6.1

Fix regression on StringStream::match.

michalcz
published 2.6.0 •

Changelog

Source

Scramjet 2.6.0

New methods!

  • StringStream.fromString - static, works like DataStream:fromArray
  • StringStream::append - appends anything to every chunk
  • StringStream::prepend - prepends anything to every chunk
  • DataStream::unshift - writes some chunks at call time
  • DataStream::flatten - a shorthand for flattening chunks which are arrays
  • DataStream::batch - batch aggregation of chunks by length

Examples yet to come.

michalcz
published 2.5.2 •

Changelog

Source

Scramjet 2.5.2

  • Dev dependencies update (nodeunit, jsdoc-to-markdown)
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