@scalecube/api
Advanced tools
Comparing version 0.0.2-snapshot.1562831638.26 to 0.0.2-snapshot.1563099425.34
import { Discovery, DiscoveryOptions, CreateDiscovery } from './Discovery'; | ||
import ServiceDiscoveryEvent from './ServiceDiscoveryEvent'; | ||
import { ServiceDiscoveryEvent, Type } from './ServiceDiscoveryEvent'; | ||
import { Item } from './Item'; | ||
export { Discovery, DiscoveryOptions, Item, CreateDiscovery, ServiceDiscoveryEvent }; | ||
export { Discovery, DiscoveryOptions, Item, CreateDiscovery, ServiceDiscoveryEvent, Type }; |
import { Item } from '.'; | ||
export default interface ServiceDiscoveryEvent { | ||
type: 'REGISTERED' | 'UNREGISTERED' | 'IDLE'; | ||
export interface ServiceDiscoveryEvent { | ||
type: Type; | ||
items: Item[]; | ||
} | ||
export declare type Type = 'REGISTERED' | 'UNREGISTERED' | 'IDLE'; |
{ | ||
"name": "@scalecube/api", | ||
"version": "0.0.2-snapshot.1562831638.26+80d6ee5", | ||
"version": "0.0.2-snapshot.1563099425.34+7e1f9eb", | ||
"private": false, | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"es" | ||
], | ||
"types": "lib/index.d.ts", | ||
"license": "MIT", | ||
"scripts": { | ||
"clean": "rimraf node_modules && rimraf .cache && rimraf lib", | ||
"clean": "rimraf node_modules && rimraf .cache && rimraf lib && rimraf es", | ||
"build": "rimraf lib && yarn build-rollup", | ||
@@ -24,2 +26,3 @@ "build-rollup": "rollup -c", | ||
"rollup": "^1.14.6", | ||
"rollup-plugin-filesize": "^6.1.1", | ||
"rollup-plugin-typescript2": "^0.21.1", | ||
@@ -31,3 +34,3 @@ "ts-jest": "^23.10.5", | ||
}, | ||
"gitHead": "80d6ee59134c12de3fc58aff0c73f812378c3c2e" | ||
"gitHead": "7e1f9ebb52933bb5c63baf7ab0ae6d6b39785f6d" | ||
} |
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
47195
55
1130
8