Socket
Socket
Sign inDemoInstall

@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.1573661720.0 to 0.0.3-alpha.1573721432.0

15

lib/transport/Provider.d.ts

@@ -22,2 +22,17 @@ import { ProviderFactory } from '.';

serializers?: PayloadSerializers;
/**
* @property
* Optional setup configuration for the provider
*/
setup?: ProviderSetup;
}
/**
* @interface ClientProviderSetup
*/
interface ProviderSetup {
dataMimeType?: string;
keepAlive?: number;
lifetime?: number;
metadataMimeType?: string;
}
export {};

4

package.json
{
"name": "@scalecube/api",
"version": "0.0.3-alpha.1573661720.0+6b127e0",
"version": "0.0.3-alpha.1573721432.0+93a60ab",
"private": false,

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

},
"gitHead": "6b127e0bb2867d0c2ce22bd17d7c3843be04da17"
"gitHead": "93a60ab6f6f78446e3c683bcd5d39dfbf2588dc7"
}
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