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

2

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

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

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

@Injectable(['IService'])
class Service implements IService {
class Service {
constructor(service) {

@@ -61,0 +61,0 @@ this.service = service;