Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stream-parser

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-parser - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

49

History.md
0.3.1 / 2015-06-04
==================
* package: allow any "debug" v2
0.3.0 / 2014-06-22
==================
* add a `_skipBytes()` function
* History: fix changelog output
* add a `_skipBytes()` function
* History: fix changelog output

@@ -11,6 +16,6 @@ 0.2.0 / 2014-06-21

* index: emit an "error" event when data is written with no parsing function is in place
* package: fix "main" field
* rename "lib/parser.js" to "index.js"
* README: use svg for Travis badge
* index: emit an "error" event when data is written with no parsing function is in place
* package: fix "main" field
* rename "lib/parser.js" to "index.js"
* README: use svg for Travis badge

@@ -20,3 +25,3 @@ 0.1.2 / 2014-06-16

* parser: use %o debug v1 formatting
* parser: use %o debug v1 formatting

@@ -26,6 +31,6 @@ 0.1.1 / 2014-06-16

* package: pin "readable-stream" to v1.0
* package: update "debug" to v1.0.0
* travis: test node v0.11
* travis: don't test node v0.9
* package: pin "readable-stream" to v1.0
* package: update "debug" to v1.0.0
* travis: test node v0.11
* travis: don't test node v0.9

@@ -35,6 +40,6 @@ 0.1.0 / 2013-06-04

* travis: test node v0.10
* test: add test case from #3
* parser: add jsdocs for the `process()` function
* parser: use a thunk-based "trampoline" technique to prevent stack overflows on synchronous parsers (fixes #3)
* travis: test node v0.10
* test: add test case from #3
* parser: add jsdocs for the `process()` function
* parser: use a thunk-based "trampoline" technique to prevent stack overflows on synchronous parsers (fixes #3)

@@ -44,3 +49,3 @@ 0.0.5 / 2013-03-06

* Update for node v0.9.12 streams2 API Writable/Transform API changes
* Update for node v0.9.12 streams2 API Writable/Transform API changes

@@ -50,4 +55,4 @@ 0.0.4 / 2013-02-23

* Don't allow `_bytes(0)`
* Fix tests on node v0.8.x
* Don't allow `_bytes(0)`
* Fix tests on node v0.8.x

@@ -57,4 +62,4 @@ 0.0.3 / 2013-02-10

* Allow `_passthrough(Infinity)`
* Add MIT license file
* Allow `_passthrough(Infinity)`
* Add MIT license file

@@ -64,3 +69,3 @@ 0.0.2 / 2013-02-08

* Add support for asynchronous callback functions
* Add support for asynchronous callback functions

@@ -70,2 +75,2 @@ 0.0.1 / 2013-02-05

* Initial release
* Initial release
{
"name": "stream-parser",
"version": "0.3.0",
"version": "0.3.1",
"description": "Generic interruptible \"parser\" mixin for Transform & Writable streams",

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

"dependencies": {
"debug": "~1.0.0"
"debug": "2"
},

@@ -19,0 +19,0 @@ "devDependencies": {

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