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 1.0.7 to 1.0.8

2

package.json

@@ -36,3 +36,3 @@ {

},
"version": "1.0.7"
"version": "1.0.8"
}

@@ -186,5 +186,9 @@ 'use strict';

onnestedcontentplaceholder(event) {
addLeafNode(event);
notify(listeners, 'on' + event.type, event);
},
onattributeplaceholder(event) {
notify(listeners, 'on' + event.type, event);
},
oncdata(event) {

@@ -191,0 +195,0 @@ addLeafNode(event);

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