New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@webiny/pubsub

Package Overview
Dependencies
Maintainers
0
Versions
400
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webiny/pubsub - npm Package Compare versions

Comparing version 5.40.5 to 5.41.0-dbt.0

10

package.json
{
"name": "@webiny/pubsub",
"version": "5.40.5",
"version": "5.41.0-dbt.0",
"main": "index.js",

@@ -22,7 +22,7 @@ "repository": {

"@babel/runtime": "7.24.1",
"@webiny/cli": "5.40.5",
"@webiny/project-utils": "5.40.5",
"@webiny/cli": "5.41.0-dbt.0",
"@webiny/project-utils": "5.41.0-dbt.0",
"rimraf": "5.0.5",
"ttypescript": "1.5.15",
"typescript": "4.7.4"
"typescript": "4.9.5"
},

@@ -33,3 +33,3 @@ "scripts": {

},
"gitHead": "f67778732392ed88f28da869ddacbf08a98cdec6"
"gitHead": "bbaec4dd1685579548c08bbde386aee5d96b80f8"
}
export interface Subscriber<TEvent> {
(event: TEvent): void | Promise<void>;
}
export declare type Event = Record<string, any>;
export type Event = Record<string, any>;
export interface Topic<TEvent extends Event = Event> {

@@ -6,0 +6,0 @@ getTopicName(): string;

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