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

@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.2-snapshot.1562656733.4 to 0.0.2-snapshot.1562751548.9

4

lib/microservice/CreateProxies.d.ts

@@ -50,5 +50,7 @@ import { Router, ServiceDefinition } from '.';

export interface ProxiesMap {
[proxyName: string]: Promise<Proxy> | Proxy;
[proxyName: string]: Promise<{
proxy: Proxy;
}> | Proxy;
}
declare type Proxy<T = any> = T;
export {};
{
"name": "@scalecube/api",
"version": "0.0.2-snapshot.1562656733.4+8c82a9d",
"version": "0.0.2-snapshot.1562751548.9+1a7466e",
"private": false,

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

},
"gitHead": "8c82a9d81b7ed5af3aa83fa6e77b9d5eb188e728"
"gitHead": "1a7466e7797dcdd577a8966d616f6613a28bc2ef"
}
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