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.4 to 0.2.5

CHANGELOG.md

2

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

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

@@ -5,5 +5,5 @@ "use strict";

var CompilationError_1 = require("../../compilation-context/CompilationError");
exports.default = (function (program) {
var message = CompilationContext_1.CompilationContext.getErrorMessage();
exports.default = (function () {
return (function (context) {
var message = CompilationContext_1.CompilationContext.getErrorMessage();
if (message !== null) {

@@ -10,0 +10,0 @@ throw new CompilationError_1.CompilationError(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