Socket
Socket
Sign inDemoInstall

stream-slicer

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-slicer - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

index.js

@@ -29,3 +29,3 @@ var Transform = require('stream').Transform;

while( (index = chunk.indexOf(this._sliceBy, start)) > -1 ) {
while ((index = chunk.indexOf(this._sliceBy, start)) > -1 ) {
var miniChunk = chunk.substring(start, index);

@@ -32,0 +32,0 @@

{
"name": "stream-slicer",
"version": "0.0.5",
"version": "0.0.6",
"description": "Slice another stream via a transform stream",

@@ -9,3 +9,3 @@ "main": "index.js",

},
"repository": "https://github.com/kessler-y/stream-slicer",
"repository": "https://github.com/kessler/stream-slicer",
"keywords": [

@@ -12,0 +12,0 @@ "transform",

@@ -6,3 +6,2 @@ var assert = require('assert');

var dir = process.cwd();

@@ -9,0 +8,0 @@ var testdataFilename;

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