Socket
Socket
Sign inDemoInstall

html-tokenize

Package Overview
Dependencies
9
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

test/tag_buf_boundary.js

2

index.js

@@ -120,3 +120,3 @@ var Transform = require('readable-stream').Transform;

else if (this.state === 'open' && b === codes.gt && !this.quoteState) {
if (i > 0) this.buffers.push(buf.slice(offset, i + 1));
this.buffers.push(buf.slice(offset, i + 1));
offset = i + 1;

@@ -123,0 +123,0 @@ this.state = 'text';

{
"name": "html-tokenize",
"version": "1.2.1",
"version": "1.2.2",
"description": "transform stream to tokenize html",

@@ -5,0 +5,0 @@ "main": "index.js",

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