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

@scalecube/api

Package Overview
Dependencies
Maintainers
6
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.2-snapshot.1560429815.59 to 0.0.2-snapshot.1561539622.3

lib/discovery/Discovery.d.ts

5

lib/common/Address.d.ts

@@ -27,7 +27,2 @@ /**

path: string;
/**
* @property
* address is <protocol>://<host>:<port>/<path>
*/
fullAddress: string;
}

3

lib/index.d.ts
import * as TransportApi from './transport';
import { Address } from './common';
export { TransportApi, Address };
import * as DiscoveryApi from './discovery';
export { TransportApi, Address, DiscoveryApi };

@@ -11,2 +11,9 @@ 'use strict';

var index$1 = /*#__PURE__*/Object.freeze({
});
exports.DiscoveryApi = index$1;
exports.TransportApi = index;
{
"name": "@scalecube/api",
"version": "0.0.2-snapshot.1560429815.59+60b9c66",
"version": "0.0.2-snapshot.1561539622.3+fc8d88e",
"private": false,

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

"clean": "rimraf node_modules && rimraf .cache && rimraf lib",
"build": "yarn build-rollup",
"build": "rimraf lib && yarn build-rollup",
"build-rollup": "rollup -c",

@@ -31,3 +31,3 @@ "lint": "tslint '{src,tests}/**/*.{ts,tsx}' --fix",

},
"gitHead": "60b9c6646efb23384ac52d569635a8f6f4bef452"
"gitHead": "fc8d88e1f6f7ce45cac2cf30c17b983cf74aa4d1"
}
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