Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

event-callback-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

event-callback-webpack-plugin - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

CHANGELOG.md

@@ -0,3 +1,7 @@

# 1.0.1
- Fixed: supply parameters to callback function.
# 1.0.0
- Initial public release.

6

dist/EventCallbackWebpackPlugin.js

@@ -33,7 +33,3 @@ 'use strict';

compiler.plugin(this.event, function () {
for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
return _this.callback(args);
return _this.callback.apply(_this, arguments);
});

@@ -40,0 +36,0 @@ }

{
"name": "event-callback-webpack-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "Webpack plugin that gives ability to add callback after webpack event",

@@ -5,0 +5,0 @@ "keywords": [

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