@scalecube/api
Advanced tools
Comparing version 0.0.2-snapshot.1562656733.4 to 0.0.2-snapshot.1562751548.9
@@ -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" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
29200
541
1