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

@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.1572778096.10 to 0.0.3-alpha.1573641772.4

1

lib/microservice/index.d.ts
export { AsyncModel, RequestResponseAsyncModel, RequestStreamAsyncModel } from './AsyncModel';
export { CreateProxies, CreateProxiesOptions, ProxiesMap, ProxiesOptions } from './CreateProxies';
export { CreateProxy, ProxyOptions } from './CreateProxy';

@@ -4,0 +3,0 @@ export { CreateServiceCall, ServiceCall } from './CreateServiceCall';

import { Address } from '../index';
import { Cluster, ClusterOptions } from '../cluster';
import { CreateProxies, CreateProxy, CreateServiceCall, Service } from '.';
import { CreateProxy, CreateServiceCall, Service } from '.';
/**

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

/**
* @method createProxies
* Create a map of proxies or Promises to proxy. (deepened on configuration)
*/
createProxies: CreateProxies;
/**
* @method createProxy

@@ -27,0 +22,0 @@ * Creates a proxy to a method and provides extra logic when is invoked

4

package.json
{
"name": "@scalecube/api",
"version": "0.0.3-alpha.1572778096.10+3fbab2f",
"version": "0.0.3-alpha.1573641772.4+70ef3f3",
"private": false,

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

},
"gitHead": "3fbab2fe07b9003353232ada3811e7c9ba09e1d7"
"gitHead": "70ef3f35d42fad3841ab9b9d30ae6b0d398a4206"
}
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