@scalecube/rsocket-adapter
Advanced tools
Comparing version 0.0.2-alpha.1575453788.65 to 0.0.2-alpha.1575545818.65
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 = {}; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
195669
5
4012
10
- Removed@scalecube/api@^0.0.3-next.5
- Removed@scalecube/api@0.0.3-next.7(transitive)