New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

html2json

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html2json - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "html2json",
"version": "1.0.1",
"version": "1.0.2",
"description": "html to json & json to html",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -122,2 +122,4 @@ # html2json & json2html

- 1.0.2
- fix [#16](https://github.com/Jxck/html2json/issues/16) with merge [#17](https://github.com/Jxck/html2json/issues/17)
- 1.0.1

@@ -124,0 +126,0 @@ - fix [#14](https://github.com/Jxck/html2json/issues/14)

@@ -5,3 +5,3 @@ (function(global) {

if (typeof window === 'undefined') {
if (typeof module === 'object' && typeof module.exports === 'object') {
require('../lib/Pure-JavaScript-HTML5-Parser/htmlparser.js');

@@ -8,0 +8,0 @@ }

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