Socket
Socket
Sign inDemoInstall

unplugin

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unplugin - npm Package Compare versions

Comparing version 0.2.19 to 0.2.20

7

CHANGELOG.md

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

### [0.2.20](https://github.com/unjs/unplugin/compare/v0.2.19...v0.2.20) (2021-11-05)
### Bug Fixes
* `buildEnd` hook ([#39](https://github.com/unjs/unplugin/issues/39)) ([5dfb89a](https://github.com/unjs/unplugin/commit/5dfb89aa318b75e629aea039bf890f1ce3eb7b1f))
### [0.2.19](https://github.com/unjs/unplugin/compare/v0.2.18...v0.2.19) (2021-10-28)

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

2

dist/index.js

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

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

@@ -217,0 +217,0 @@ });

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

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

Sorry, the diff of this file is not supported yet

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