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.1 to 1.8.2

8

pubsub-js/index.d.ts

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

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