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

safe-umd-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

safe-umd-webpack-plugin - npm Package Compare versions

Comparing version 0.0.2 to 4.0.0

4

lib/index.js

@@ -63,4 +63,4 @@ 'use strict';

SafeUmdPlugin.prototype.apply = function(compiler) {
compiler.plugin('compilation', function(compilation) {
compilation.templatesPlugin('render-with-entry', function(source) {
compiler.hooks.compilation.tap('SafeUmdPlugin', function(compilation) {
compilation.mainTemplate.hooks.renderWithEntry.tap('SafeUmdPlugin', function(source) {
var srcText = source.source();

@@ -67,0 +67,0 @@

{
"name": "safe-umd-webpack-plugin",
"version": "0.0.2",
"version": "4.0.0",
"description": "Webpack plugin to handle optional dependency safely when using libraryTarget: umd",

@@ -5,0 +5,0 @@ "main": "lib/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