@types/pubsub-js
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -32,11 +32,11 @@ // Type definitions for PubSubJS 1.8.0 | ||
interface Publish { | ||
publish(message: string, data?: any): boolean; | ||
publish(message: string | Symbol, data?: any): boolean; | ||
publishSync(message: string, data?: any): boolean; | ||
publishSync(message: string | Symbol, data?: any): boolean; | ||
} | ||
interface Subscribe { | ||
subscribe(message: string, func: Function): string; | ||
subscribe(message: string | Symbol, func: Function): string; | ||
subscribeOnce(message: string, func: Function): any; | ||
subscribeOnce(message: string | Symbol, func: Function): any; | ||
} | ||
@@ -43,0 +43,0 @@ |
{ | ||
"name": "@types/pubsub-js", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "TypeScript definitions for PubSubJS", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "3b2249f34020aaeb77ecf2db54a6e3e3db8b3dfdfc9990ad82b38c12b9bf69b1", | ||
"typeScriptVersion": "3.1" | ||
"typesPublisherContentHash": "15582274904aa0f3e8f37b594b9951c4f7330ef2e02f269c8cc01b1c38df9a1c", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 11 Sep 2020 16:36:51 GMT | ||
* Last updated: Thu, 14 Jan 2021 20:56:31 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `PubSub` |
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
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
3910