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

@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.0.2-alpha.1575453788.65 to 0.0.2-alpha.1575545818.65

4

cjs/Client/connectionManager.d.ts
import { CreateConnectionManager } from '../helpers/types';
/**
* createConnectionManager manage all open connection per process
*
*/
export declare const createConnectionManager: CreateConnectionManager;
import { CreateConnectionManager } from '../helpers/types';
/**
* createConnectionManager manage all open connection per process
*
*/
export declare const createConnectionManager: CreateConnectionManager;

@@ -12,2 +12,6 @@ var __assign = (this && this.__assign) || function () {

};
/**
* createConnectionManager manage all open connection per process
*
*/
export var createConnectionManager = function () {

@@ -14,0 +18,0 @@ var openConnections = {};

8

package.json
{
"name": "@scalecube/rsocket-adapter",
"version": "0.0.2-alpha.1575453788.65+1702009",
"version": "0.0.2-alpha.1575545818.65+0786142",
"private": false,

@@ -23,2 +23,3 @@ "main": "cjs/index.js",

"devDependencies": {
"@scalecube/api": "^0.0.3-alpha.1575545818.9+0786142",
"jest": "^24.6.0",

@@ -35,4 +36,3 @@ "rollup": "^1.14.6",

"dependencies": {
"@scalecube/api": "^0.0.3-next.5",
"@scalecube/utils": "^0.0.3-alpha.1575453788.8+1702009",
"@scalecube/utils": "^0.0.3-alpha.1575545818.9+0786142",
"rsocket-core": "^0.0.16",

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

},
"gitHead": "1702009bb53e8fe4db29a6504baaa1eeece4e910"
"gitHead": "0786142ad6ec8db56d1bb8f784ee5cd7db73f367"
}

Sorry, the diff of this file is too big to display

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