Socket
Socket
Sign inDemoInstall

preload-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

preload-webpack-plugin - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

6

package.json
{
"name": "preload-webpack-plugin",
"version": "1.2.2",
"version": "1.2.3",
"description": "Enhances html-webpack-plugin with link rel=preload wiring capabilities for scripts",

@@ -38,6 +38,6 @@ "main": "index.js",

"jasmine": "^2.5.3",
"webpack": "^2.2.0"
"webpack": "^3.2.0"
},
"peerDependencies": {
"webpack": "^2.2.0"
"webpack": "^3.2.0"
},

@@ -44,0 +44,0 @@ "dependencies": {

@@ -144,3 +144,3 @@ preload-webpack-plugin

new PreloadWebpackPlugin({
fileBlacklist: [/\.map./, /\.whatever/]
fileBlacklist: [/\.map/, /\.whatever/]
})

@@ -147,0 +147,0 @@ ```

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