stream-buffers
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -77,3 +77,3 @@ var util = require("util"), | ||
data = data + ""; | ||
increaseBufferIfNecessary(data.length); | ||
increaseBufferIfNecessary(Buffer.byteLength(data)); | ||
buffer.write(data, size, encoding || "utf8"); | ||
@@ -80,0 +80,0 @@ size += Buffer.byteLength(data); |
{ | ||
"name": "stream-buffers", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Buffer-backed Streams for reading and writing.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# Node Stream Buffers | ||
[![Build Status](https://travis-ci.org/samcday/node-stream-buffer.png)](https://travis-ci.org/samcday/node-stream-buffer) | ||
[![Build Status](http://img.shields.io/travis/samcday/node-stream-buffer.svg?style=flat-square)](https://travis-ci.org/samcday/node-stream-buffer) | ||
[![Code Climate](http://img.shields.io/codeclimate/github/samcday/node-stream-buffer.svg?style=flat-square)](https://codeclimate.com/github/samcday/node-stream-buffer) | ||
@@ -5,0 +6,0 @@ ... For lack of a cooler (or less confusing) name. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13549
127