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

script-ext-html-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

script-ext-html-webpack-plugin - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

index.js

@@ -32,3 +32,3 @@ 'use strict';

this.options.defer.length === 0) {
return callback();
return callback(null, htmlPluginData);
}

@@ -43,3 +43,3 @@ if (ATTRIBUTE_PRIORITIES.indexOf(this.options.defaultAttribute) < 0) {

});
callback();
callback(null, htmlPluginData);
}

@@ -46,0 +46,0 @@

{
"name": "script-ext-html-webpack-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "Enhances html-webpack-plugin functionality with async and defer attributes for script elements",

@@ -37,4 +37,5 @@ "main": "index.js",

"semistandard": "^7.0.5",
"style-ext-html-webpack-plugin": "^1.0.1",
"webpack": "^1.12.14"
}
}
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