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

htmljs-parser

Package Overview
Dependencies
Maintainers
2
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

htmljs-parser - npm Package Compare versions

Comparing version 2.2.3 to 2.2.4

test/autotest-1.x/argument-attr-extra-whitespace/expected.html

2

operators.js

@@ -18,2 +18,3 @@ var operators = exports.operators = [

'in',
'new',
// 'from', -- as in <import x from './file'/>

@@ -66,2 +67,1 @@ // 'typeof', -- would need to look behind, not ahead

}

@@ -41,3 +41,3 @@ {

},
"version": "2.2.3"
"version": "2.2.4"
}

@@ -10,3 +10,3 @@ var chai = require('chai');

require('./util/autotest').scanDir(
path.join(__dirname, 'fixtures/autotest-1.x'),
path.join(__dirname, 'autotest-1.x'),
function (dir) {

@@ -13,0 +13,0 @@ runDirTest(dir, { legacyCompatibility: true });

@@ -10,3 +10,3 @@ var chai = require('chai');

require('./util/autotest').scanDir(
path.join(__dirname, 'fixtures/autotest'),
path.join(__dirname, 'autotest'),
function (dir) {

@@ -13,0 +13,0 @@ runDirTest(dir, {});

@@ -18,2 +18,4 @@ 'use strict';

result += '=' + attr.value;
} else if (!attr.argument) {
result += '=(EMPTY)';
}

@@ -373,2 +375,2 @@

module.exports = TreeBuilder;
module.exports = TreeBuilder;
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