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.27.8 to 4.28.0

5

lib/data-stream.js

@@ -765,7 +765,8 @@ const {PromiseTransformStream} = require("./util/promise-transform-stream");

* @chainable
* @ignore
* @method
* @memberof module:scramjet.DataStream#
* @param {Writable} to Writable stream to write to
* @param {NodeJS.WritableStream} to Writable stream to write to
* @param {WritableOptions} [options={}]
* @return {Writable} the `to` stream
* @return {NodeJS.WritableStream} the `to` stream
*/

@@ -772,0 +773,0 @@

8

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

@@ -53,9 +53,9 @@ "main": "lib/index.js",

"gulp-rename": "^2.0.0",
"jsdoc": "^3.6.4",
"jsdoc": "^3.6.5",
"jsdoc-api": "^6.0.0",
"jsdoc-parse": "^5.0.0",
"nodeunit-tape-compat": "^1.3.51",
"scramjet": "^4.33.4",
"nodeunit-tape-compat": "^1.3.52",
"scramjet": "^4.33.5",
"tape": "^5.0.1"
}
}

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

* [`dataStream.raise(err) ⇄`](docs/data-stream.md#module_scramjet.DataStream+raise) - Executes all error handlers and if none resolves, then emits an error.
* [`dataStream.pipe(to, [options]) : Writable ↺`](docs/data-stream.md#module_scramjet.DataStream+pipe) - Override of node.js Readable pipe.
* [`dataStream.bufferify(serializer) : BufferStream ↺`](docs/data-stream.md#module_scramjet.DataStream+bufferify) - Creates a BufferStream.

@@ -180,0 +179,0 @@ * [`dataStream.stringify([serializer]) : StringStream ↺`](docs/data-stream.md#module_scramjet.DataStream+stringify) - Creates a StringStream.

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