Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ee-soa-service-manager

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ee-soa-service-manager - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

11

lib/ServiceManager.js

@@ -14,11 +14,10 @@

, _controllerList : {}
, _serviceList : []
, _servicesLoadCount : 0
, _loaded : false
, init: function(options) {
this.options = options || {};
this._controllerList = {};
this._serviceList = [];
this._servicesLoadCount = 0;
this._loaded = false;
}

@@ -25,0 +24,0 @@

{
"name" : "ee-soa-service-manager"
, "description" : "Service Manager for the ee-soa framework"
, "version" : "0.1.6"
, "version" : "0.1.7"
, "author" : "Tobias Kneubühler <tobias@joinbox.com> (http://joinbox.com/)"

@@ -23,3 +23,3 @@ , "contributors": [

, "dependencies": {
"ee-class" : "0.3.x"
"ee-class" : "1.0.x"
, "ee-log" : "0.2.x"

@@ -26,0 +26,0 @@ , "ee-project" : "0.2.x"

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