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.5 to 0.2.6

2

CHANGELOG.md
# Changelog
## 0.2.5
## 0.2.5 - 0.2.6

@@ -5,0 +5,0 @@ - [Fix] Fixed ReportErrorsTypescriptPlugin

{
"name": "dependency-injection-cat",
"version": "0.2.5",
"version": "0.2.6",
"main": "index.js",

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

@@ -7,8 +7,10 @@ "use strict";

return (function (context) {
var message = CompilationContext_1.CompilationContext.getErrorMessage();
if (message !== null) {
throw new CompilationError_1.CompilationError(message);
}
return function (node) { return node; };
return function (node) {
var message = CompilationContext_1.CompilationContext.getErrorMessage();
if (message !== null) {
throw new CompilationError_1.CompilationError(message);
}
return node;
};
});
});
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