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

unclosed-tag-finder

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unclosed-tag-finder - npm Package Compare versions

Comparing version 0.0.12 to 0.0.14

2

bin/unclosedTagFinder.js

@@ -23,3 +23,3 @@ #!/usr/bin/env node

var unclosedTags = finder.getUnclosedTags(html);
var unclosedTags = finder.getUnclosedTags(html, process.argv[2]);

@@ -26,0 +26,0 @@ var returnValue = finder.printUnclosedTags(unclosedTags);

{
"name": "unclosed-tag-finder",
"version": "0.0.12",
"version": "0.0.14",
"description": "A library to find unclosed html5 tags, that are normally optional.",

@@ -14,2 +14,2 @@ "main": "index.js",

"license": "MIT"
}
}
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