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.18 to 0.5.19

2

lib/types.event.d.ts

@@ -12,5 +12,3 @@ import { Observable } from 'rxjs';

type<T extends Event>(): EventBus<T>;
filter<T extends Event = E>(fn: EventBusFilter<T>): EventBus<T>;
};
export declare type EventBusFilter<E extends Event> = (e: E) => boolean;
export {};

6

package.json
{
"name": "@platform/types",
"version": "0.5.18",
"version": "0.5.19",
"description": "Common types used across @platform.",

@@ -14,4 +14,4 @@ "main": "lib/index",

"devDependencies": {
"@platform/test": "0.2.5",
"@platform/ts.libs": "4.2.1"
"@platform/test": "0.2.6",
"@platform/ts.libs": "4.2.2"
},

@@ -18,0 +18,0 @@ "files": [

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