Socket
Socket
Sign inDemoInstall

split

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

split - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

index.js

@@ -27,3 +27,4 @@ //filter will reemit the data if cb(err,pass) pass is truthy

pieces.forEach(function (piece) {
for (var i = 0; i < pieces.length; i++) {
var piece = pieces[i]
if(mapper) {

@@ -36,3 +37,3 @@ piece = mapper(piece)

stream.emit('data', piece)
})
}

@@ -39,0 +40,0 @@ return true

2

package.json
{
"name": "split",
"version": "0.1.1",
"version": "0.1.2",
"description": "split a Text Stream into a Line Stream",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/dominictarr/split",

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