Socket
Socket
Sign inDemoInstall

stream-xml

Package Overview
Dependencies
1
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.5.1

3

dist/parser.js

@@ -108,2 +108,5 @@ "use strict";

push(chunk) {
if (this.#aborted) {
return;
}
// truncate working buffer if new buffer does not fit

@@ -110,0 +113,0 @@ if (this.#bufferPos + chunk.length > this.#buffer.length) {

2

package.json

@@ -8,3 +8,3 @@ {

},
"version": "0.5.0",
"version": "0.5.1",
"main": "dist/index.js",

@@ -11,0 +11,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc