@types/pubsub-js
Advanced tools
Comparing version 1.8.4 to 1.8.5
@@ -1,8 +0,1 @@ | ||
// Type definitions for PubSubJS 1.8.0 | ||
// Project: https://github.com/mroderick/PubSubJS | ||
// Definitions by: Boris Yankov <https://github.com/borisyankov> | ||
// Matthias Lindinger <https://github.com/morpheus-87> | ||
// Profesor08 <https://github.com/Profesor08> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
declare namespace PubSubJS { | ||
@@ -9,0 +2,0 @@ interface Base<T = any, M = Message> |
{ | ||
"name": "@types/pubsub-js", | ||
"version": "1.8.4", | ||
"description": "TypeScript definitions for PubSubJS", | ||
"version": "1.8.5", | ||
"description": "TypeScript definitions for pubsub-js", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pubsub-js", | ||
@@ -10,14 +10,14 @@ "license": "MIT", | ||
"name": "Boris Yankov", | ||
"url": "https://github.com/borisyankov", | ||
"githubUsername": "borisyankov" | ||
"githubUsername": "borisyankov", | ||
"url": "https://github.com/borisyankov" | ||
}, | ||
{ | ||
"name": "Matthias Lindinger", | ||
"url": "https://github.com/morpheus-87", | ||
"githubUsername": "morpheus-87" | ||
"githubUsername": "morpheus-87", | ||
"url": "https://github.com/morpheus-87" | ||
}, | ||
{ | ||
"name": "Profesor08", | ||
"url": "https://github.com/Profesor08", | ||
"githubUsername": "Profesor08" | ||
"githubUsername": "Profesor08", | ||
"url": "https://github.com/Profesor08" | ||
} | ||
@@ -34,4 +34,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7ae263d92cd7117c7cf6b466f8bdd5a793e771eb811bf107ba56d58f0468bb7d", | ||
"typesPublisherContentHash": "71c4d5a6383752863481dda80fdc2b45a610638caa3f1957df60e7fd6d7569dd", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for PubSubJS (https://github.com/mroderick/PubSubJS). | ||
This package contains type definitions for pubsub-js (https://github.com/mroderick/PubSubJS). | ||
@@ -12,9 +12,2 @@ # Details | ||
````ts | ||
// Type definitions for PubSubJS 1.8.0 | ||
// Project: https://github.com/mroderick/PubSubJS | ||
// Definitions by: Boris Yankov <https://github.com/borisyankov> | ||
// Matthias Lindinger <https://github.com/morpheus-87> | ||
// Profesor08 <https://github.com/Profesor08> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
declare namespace PubSubJS { | ||
@@ -78,7 +71,6 @@ interface Base<T = any, M = Message> | ||
### Additional Details | ||
* Last updated: Sun, 24 Sep 2023 06:37:28 GMT | ||
* Last updated: Wed, 18 Oct 2023 05:47:09 GMT | ||
* Dependencies: none | ||
* Global values: `PubSub` | ||
# Credits | ||
These definitions were written by [Boris Yankov](https://github.com/borisyankov), [Matthias Lindinger](https://github.com/morpheus-87), and [Profesor08](https://github.com/Profesor08). |
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
5521
41
74