You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

container-ioc

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

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.6.5

2

package.json
{
"name": "container-ioc",
"version": "1.6.4",
"version": "1.6.5",
"description": "Dependency Injection and IoC container",

@@ -5,0 +5,0 @@ "author": "Alexander Kozlov",

@@ -65,3 +65,3 @@ ![alt text](http://abcselfstorageperth.com.au/wp-content/uploads/2014/08/icon-container-storage1.png)

##### With InjectionToken
```Typescript
```typescript
interface IService {}

@@ -76,3 +76,2 @@

container.resolve(TService);
```

@@ -79,0 +78,0 @@