Socket
Socket
Sign inDemoInstall

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.1.9 to 0.1.10

12

external/containter.js

@@ -6,2 +6,10 @@ "use strict";

var testConfiguration_1 = require("../test/testConfiguration");
var mockContext = {
getBeans: function () {
return {};
},
getBean: function (beanName) {
return null;
}
};
var Container = /** @class */ (function () {

@@ -14,3 +22,3 @@ function Container() {

}
return {};
return mockContext;
};

@@ -24,3 +32,3 @@ /**

}
return {};
return mockContext;
};

@@ -27,0 +35,0 @@ Container.prototype.clearContext = function (props) {

2

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

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

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