Socket
Socket
Sign inDemoInstall

@scalecube/api

Package Overview
Dependencies
Maintainers
7
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalecube/api - npm Package Compare versions

Comparing version 0.0.3-alpha.1573641772.4 to 0.0.3-alpha.1573661720.0

7

lib/microservice/Microservice.d.ts
import { Address } from '../index';
import { Cluster, ClusterOptions } from '../cluster';
import { CreateProxy, CreateServiceCall, Service } from '.';
import { CreateProxy, CreateServiceCall, Router, Service } from '.';
/**

@@ -37,2 +37,7 @@ * @function CreateMicroservice

* @property
* set a default router for this microservice container
*/
defaultRouter?: Router;
/**
* @property
* An array of services, that will exist inside a microservice container

@@ -39,0 +44,0 @@ */

4

package.json
{
"name": "@scalecube/api",
"version": "0.0.3-alpha.1573641772.4+70ef3f3",
"version": "0.0.3-alpha.1573661720.0+6b127e0",
"private": false,

@@ -27,3 +27,3 @@ "main": "lib/index.js",

},
"gitHead": "70ef3f35d42fad3841ab9b9d30ae6b0d398a4206"
"gitHead": "6b127e0bb2867d0c2ce22bd17d7c3843be04da17"
}
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