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-next.1 to 0.0.3-next.2

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-next.1",
"version": "0.0.3-next.2",
"private": false,

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

},
"gitHead": "13940af04155814c4e9e8d631b4ea3ffc5de2dc6"
"gitHead": "b9e1da682451d58d2ff0e16475ed111a0d7b9b9b"
}
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