🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

container-ioc

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

container-ioc - npm Package Compare versions

Comparing version

to
1.0.7

{
"name": "container-ioc",
"version": "1.0.6",
"version": "1.0.7",
"description": "IoC container for browser and nodejs environments",

@@ -5,0 +5,0 @@ "scripts": {

@@ -34,3 +34,5 @@ ## IoC Container in Typescript

container.register(providers);
// Resolve instances

@@ -37,0 +39,0 @@ let instance1: RandomClass1 = container.resolve(RandomClass1);

Sorry, the diff of this file is not supported yet