Socket
Socket
Sign inDemoInstall

buffer-peek-stream

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buffer-peek-stream - npm Package Compare versions

Comparing version 0.1.3 to 0.2.0

buffer-peek-stream.js

6

CHANGELOG.md
# buffer-peek-stream changelog
## 0.2.0 (2014/11/12)
- rewrite using a completely different approach because 0.1.x approach was too fragile and often
broke with edge cases
- api backwards incompatible with 0.1 - will bump to 1.0.0 only once api is stable
## 0.1.2 (2014/11/07)

@@ -4,0 +10,0 @@

14

package.json
{
"name": "buffer-peek-stream",
"version": "0.1.3",
"version": "0.2.0",
"description": "Transform stream that lets you inspect the start of a ReadStream before deciding what to do with it",
"main": "lib/index.js",
"main": "buffer-peek-stream.js",
"scripts": {
"test": "mocha test.js"
"test": "node_modules/mocha/bin/mocha test.js"
},

@@ -15,2 +15,3 @@ "repository": {

"stream",
"streams",
"peek",

@@ -28,6 +29,9 @@ "parse",

"devDependencies": {
"chai": "^1.9.2",
"chai": "^1.10.0",
"concat-stream": "^1.4.6",
"dev-null-stream": "0.0.1",
"mocha": "^2.0.1",
"randomstring": "^1.0.3"
"randstream": "^0.3.2",
"truncate-stream": "^1.0.1"
}
}
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