We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51ddf7 commit 4e81ce7Copy full SHA for 4e81ce7
index.js
@@ -7,11 +7,9 @@ function BinarySplit (matcher) {
7
if (!(this instanceof BinarySplit)) return new BinarySplit(matcher)
8
matcher = Buffer(matcher || os.EOL)
9
var buffered
10
- var bufcount = 0
11
return through(write, end)
12
13
function write (buf, enc, done) {
14
- bufcount++
15
var offset = 0
16
var lastMatch = 0
17
if (buffered) {
package.json
@@ -19,7 +19,7 @@
19
"through2": "^2.0.0"
20
},
21
"devDependencies": {
22
- "standard": "^6.0.8",
23
- "tape": "~4.5.1"
+ "standard": "^8.0.0-beta.5",
+ "tape": "~4.6.0"
24
}
25
0 commit comments