Socket
Socket
Sign inDemoInstall

unplugin

Package Overview
Dependencies
218
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.20 to 0.2.21

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.2.21](https://github.com/unjs/unplugin/compare/v0.2.20...v0.2.21) (2021-11-14)
### Bug Fixes
* webpack hook tapPromise must return Promise object ([#42](https://github.com/unjs/unplugin/issues/42)) ([f7c3fd4](https://github.com/unjs/unplugin/commit/f7c3fd476aac5022b6cc59dad5b444ed51022e91))
### [0.2.20](https://github.com/unjs/unplugin/compare/v0.2.19...v0.2.20) (2021-11-05)

@@ -7,0 +14,0 @@

4

dist/index.js

@@ -214,4 +214,4 @@ var __create = Object.create;

if (plugin.buildEnd) {
compiler.hooks.done.tapPromise(plugin.name, () => {
plugin.buildEnd();
compiler.hooks.done.tapPromise(plugin.name, async () => {
await plugin.buildEnd();
});

@@ -218,0 +218,0 @@ }

{
"name": "unplugin",
"version": "0.2.20",
"version": "0.2.21",
"description": "Unified plugin system for build tools",

@@ -5,0 +5,0 @@ "repository": "unjs/unplugin",

@@ -5,4 +5,2 @@ # unplugin

> Experimental
Unified plugin system for build tools.

@@ -9,0 +7,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc