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

@platform/types

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/types - npm Package Compare versions

Comparing version 0.5.19 to 0.5.20

3

lib/types.event.d.ts

@@ -9,6 +9,5 @@ import { Observable } from 'rxjs';

export declare type EventBus<E extends Event = Event> = {
event$: Observable<E>;
$: Observable<E>;
fire: FireEvent<E>;
type<T extends Event>(): EventBus<T>;
};
export {};
{
"name": "@platform/types",
"version": "0.5.19",
"version": "0.5.20",
"description": "Common types used across @platform.",

@@ -5,0 +5,0 @@ "main": "lib/index",

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