Socket
Socket
Sign inDemoInstall

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.0.0 to 2.0.1

test/fixtures/autotest/attr-complex-instanceof/expected.html

5

operators.js

@@ -37,2 +37,7 @@ var operators = exports.operators = [

// Look for longest operators first
operators.sort(function(a, b) {
return b.length - a.length;
});
var requiresWhitespace = exports.requiresWhitespace = {

@@ -39,0 +44,0 @@ 'instanceof':true,

2

package.json

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

},
"version": "2.0.0"
"version": "2.0.1"
}

@@ -24,2 +24,3 @@ 'use strict';

return result;
// return '[' + result + ']';
}).join(' ');

@@ -26,0 +27,0 @@ }

Sorry, the diff of this file is too big to display

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