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

html-webpack-bom-plugin

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
h

html-webpack-bom-plugin

Add utf8 BOM for the html file.

2.0.0
latest
68

Supply Chain Security

100

Vulnerability

72

Quality

76

Maintenance

100

License

Version published
Weekly downloads
21
Maintainers
1
Weekly downloads
 
Created
Issues
0

html-webpack-bom-plugin

Add utf8 BOM for the html file.

NPM Version Download Status Node Version

Usage

const HTMLWebpackBOMPlugin = require('html-webpack-bom-plugin');

module.exports = {
  // ... webpack configure
  plugins: [
    // ... webpack plugins
    new HTMLWebpackBOMPlugin()
  ]
};

License

MIT

FAQs

Package last updated on 26 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts