You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

unplugin

Package Overview
Dependencies
Maintainers
0
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.10.2 to 1.11.0

8

dist/index.js

@@ -1658,4 +1658,4 @@ "use strict";

if (plugin.writeBundle) {
compiler.hooks.afterEmit.tap(plugin.name, () => {
plugin.writeBundle();
compiler.hooks.afterEmit.tapPromise(plugin.name, async () => {
await plugin.writeBundle();
});

@@ -1914,4 +1914,4 @@ }

if (plugin.writeBundle) {
compiler.hooks.afterEmit.tap(plugin.name, () => {
plugin.writeBundle();
compiler.hooks.afterEmit.tapPromise(plugin.name, async () => {
await plugin.writeBundle();
});

@@ -1918,0 +1918,0 @@ }

{
"name": "unplugin",
"version": "1.10.2",
"version": "1.11.0",
"packageManager": "pnpm@8.15.7",

@@ -5,0 +5,0 @@ "description": "Unified plugin system for build tools",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc