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

html-elements-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-elements-webpack-plugin - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

.idea/codeStyles/codeStyleConfig.xml

3

lib/html-elements-webpack-plugin.js

@@ -24,3 +24,4 @@ function HtmlElementsWebpackPlugin(locations) {

callback(null, htmlPluginData);
if (typeof callback === 'function')
callback(null, htmlPluginData);
});

@@ -27,0 +28,0 @@ });

{
"name": "html-elements-webpack-plugin",
"version": "1.0.1",
"version": "2.0.0",
"description": "Webpack plugin to append head elements during the creation of index.html",

@@ -5,0 +5,0 @@ "keywords": [

# html-elements-webpack-plugin
[![npm version](https://badge.fury.io/js/html-elements-webpack-plugin.svg)](http://badge.fury.io/js/html-elements-webpack-plugin) [![npm downloads](https://img.shields.io/npm/dm/html-elements-webpack-plugin.svg)](https://npmjs.org/html-elements-webpack-plugin)
[![Greenkeeper badge](https://badges.greenkeeper.io/fulls1z3/html-elements-webpack-plugin.svg)](https://greenkeeper.io/)

@@ -131,2 +133,2 @@ This repository holds the JavaScript source code and distributable bundle of **`html-elements-webpack-plugin`**, the webpack plugin to append head elements during the creation of `index.html` with the source code is copied from [AngularClass/angular2-webpack-starter](https://github.com/AngularClass/angular2-webpack-starter).

Copyright (c) 2016 [Burak Tasci](http://www.buraktasci.com)
Copyright (c) 2016 [Burak Tasci](http://www.buraktasci.com)

Sorry, the diff of this file is not supported yet

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