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.3 to 1.2.4

test/title.js

2

index.js

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

endStyle: Buffer('</style'),
endTitle: Buffer('</title'),
comment: Buffer('<!--'),

@@ -133,2 +134,3 @@ endComment: Buffer('-->'),

if (tag === 'style') this.raw = strings.endStyle;
if (tag === 'title') this.raw = strings.endTitle;
this._pushState('open');

@@ -135,0 +137,0 @@ }

2

package.json
{
"name": "html-tokenize",
"version": "1.2.3",
"version": "1.2.4",
"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