Socket
Socket
Sign inDemoInstall

@scalecube/rsocket-adapter

Package Overview
Dependencies
Maintainers
7
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalecube/rsocket-adapter - npm Package Compare versions

Comparing version 0.2.10-snapshot.feature-bugfix-api-missing-rxjs.1596043949 to 0.2.10-snapshot.feature-bugfix-createGatewayProxy-unsubscribe-streams.1601511838

2

cjs/Client/startClient.d.ts
import { TransportApi } from '@scalecube/api';
export declare const setupClient: (configuration: any) => {
start: (options: TransportApi.ClientTransportOptions) => Promise<TransportApi.RequestHandler>;
start: (options: TransportApi.ClientTransportOptions) => Promise<TransportApi.Invoker>;
destroy: TransportApi.TDestroy;
};

@@ -6,3 +6,3 @@ import { Address, TransportApi } from '@scalecube/api';

serverProvider: Provider;
serviceCall: TransportApi.RequestHandler;
serviceCall: TransportApi.Invoker;
}) => () => void;
import { TransportApi } from '@scalecube/api';
export declare const setupClient: (configuration: any) => {
start: (options: TransportApi.ClientTransportOptions) => Promise<TransportApi.RequestHandler>;
start: (options: TransportApi.ClientTransportOptions) => Promise<TransportApi.Invoker>;
destroy: TransportApi.TDestroy;
};

@@ -6,3 +6,3 @@ import { Address, TransportApi } from '@scalecube/api';

serverProvider: Provider;
serviceCall: TransportApi.RequestHandler;
serviceCall: TransportApi.Invoker;
}) => () => void;
{
"name": "@scalecube/rsocket-adapter",
"version": "0.2.10-snapshot.feature-bugfix-api-missing-rxjs.1596043949",
"version": "0.2.10-snapshot.feature-bugfix-createGatewayProxy-unsubscribe-streams.1601511838",
"private": false,

@@ -34,4 +34,4 @@ "main": "cjs/index.js",

"dependencies": {
"@scalecube/api": "^0.2.10-snapshot.feature-bugfix-api-missing-rxjs.1596043949",
"@scalecube/utils": "^0.2.10-snapshot.feature-bugfix-api-missing-rxjs.1596043949",
"@scalecube/api": "^0.2.10-snapshot.feature-bugfix-createGatewayProxy-unsubscribe-streams.1601511838",
"@scalecube/utils": "^0.2.10-snapshot.feature-bugfix-createGatewayProxy-unsubscribe-streams.1601511838",
"rsocket-core": "^0.0.16",

@@ -42,3 +42,3 @@ "rsocket-flowable": "^0.0.14",

},
"gitHead": "02d2e49f02c790f8a71d5df2e08cb8e7eff29be8"
"gitHead": "1750715800d01cd61336c95439473ccdcdaa465a"
}
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