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.6 to 0.0.7

3

bin/unclosedTagFinder.js

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

console.info('Congratulations! No unclosed tags.');
process.exit(0);
} else {

@@ -38,4 +39,6 @@ if (unclosedTags.length == 1) {

}
process.exit(1);
}
});

2

package.json
{
"name": "unclosed-tag-finder",
"version": "0.0.6",
"version": "0.0.7",
"description": "A library to find unclosed html5 tags, that are normally optional.",

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

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