Socket
Socket
Sign inDemoInstall

htmlprocessor

Package Overview
Dependencies
1
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

2

lib/parser.js

@@ -93,3 +93,3 @@ /*

Parser.prototype._writeToList = function (line, filePath) {
var match = this._getMatch();
var match = this._getMatch(line);
if (match) {

@@ -96,0 +96,0 @@ this.listFile.write(filePath + ':' + match + '\n');

{
"name": "htmlprocessor",
"description": "Process html file using special comments",
"version": "0.2.0",
"version": "0.2.1",
"author": {

@@ -6,0 +6,0 @@ "name": "Denis Ciccale",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc