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

@types/pubsub-js

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pubsub-js - npm Package Compare versions

Comparing version 1.8.4 to 1.8.5

7

pubsub-js/index.d.ts

@@ -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>

18

pubsub-js/package.json
{
"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).
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