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

scramjet-core

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scramjet-core - npm Package Compare versions

Comparing version 4.28.3 to 4.29.0

18

package.json
{
"name": "scramjet-core",
"version": "4.28.3",
"version": "4.29.0",
"description": "A pluggable minimal version of Scramjet that focuses only on stream transform and exposes only core features",

@@ -46,5 +46,13 @@ "main": "lib/index.js",

"license": "MIT",
"files": [
"LICENSE",
"CHANGELOG.md",
"README.md",
"index.js",
"lib",
"docs"
],
"devDependencies": {
"dmd": "^5.0.2",
"eslint": "^7.8.1",
"eslint": "^7.9.0",
"eslint-config-scramjet": "^2.0.1",

@@ -54,9 +62,9 @@ "fancy-log": "^1.3.3",

"gulp-rename": "^2.0.0",
"jsdoc": "^3.6.5",
"jsdoc": "^3.6.6",
"jsdoc-api": "^6.0.0",
"jsdoc-parse": "^5.0.0",
"nodeunit-tape-compat": "^1.3.55",
"scramjet": "^4.34.3",
"nodeunit-tape-compat": "^1.3.58",
"scramjet": "^4.34.6",
"tape": "^5.0.1"
}
}

@@ -100,3 +100,3 @@ [![Master Build Status](https://travis-ci.org/signicode/scramjet-core.svg?branch=master)](https://travis-ci.org/signicode/scramjet-core)

### ~BufferStream
### :BufferStream
A facilitation stream created for easy splitting or parsing buffers.

@@ -120,3 +120,3 @@

[Detailed ~BufferStream docs here](docs/buffer-stream.md)
[Detailed :BufferStream docs here](docs/buffer-stream.md)

@@ -134,3 +134,3 @@ **Most popular methods:**

### ~DataStream
### :DataStream
DataStream is the primary stream type for Scramjet. When you parse your

@@ -151,3 +151,3 @@ stream, just pipe it you can then perform calculations on the data objects

[Detailed ~DataStream docs here](docs/data-stream.md)
[Detailed :DataStream docs here](docs/data-stream.md)

@@ -194,3 +194,3 @@ **Most popular methods:**

### ~MultiStream
### :MultiStream
An object consisting of multiple streams than can be refined or muxed.

@@ -210,3 +210,3 @@

[Detailed ~MultiStream docs here](docs/multi-stream.md)
[Detailed :MultiStream docs here](docs/multi-stream.md)

@@ -227,3 +227,3 @@ **Most popular methods:**

### ~StringStream
### :StringStream
A stream of string objects for further transformation on top of DataStream.

@@ -237,3 +237,3 @@

[Detailed ~StringStream docs here](docs/string-stream.md)
[Detailed :StringStream docs here](docs/string-stream.md)

@@ -240,0 +240,0 @@ **Most popular methods:**

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