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

dependency-injection-cat

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dependency-injection-cat - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

plugins/webpack/index.d.ts

2

package.json
{
"name": "dependency-injection-cat",
"version": "0.2.3",
"version": "0.2.4",
"main": "index.js",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

@@ -47,6 +47,6 @@ "use strict";

var PLUGIN_NAME = 'DI-Cat Webpack Plugin';
var default_1 = /** @class */ (function () {
function default_1() {
var DICatWebpackPlugin = /** @class */ (function () {
function DICatWebpackPlugin() {
}
default_1.prototype.apply = function (compiler) {
DICatWebpackPlugin.prototype.apply = function (compiler) {
compiler.hooks.afterEmit.tap(PLUGIN_NAME, reportDIErrorsHook);

@@ -96,7 +96,7 @@ compiler.hooks.done.tap(PLUGIN_NAME, function () {

};
return default_1;
return DICatWebpackPlugin;
}());
exports.default = default_1;
exports.default = DICatWebpackPlugin;
function buildWebpackError(message) {
return new Error(message);
}
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