Socket
Socket
Sign inDemoInstall

@effection/events

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effection/events - npm Package Compare versions

Comparing version 0.7.6-ad356c1 to 0.7.6-fb18d51

3

dist/on.d.ts

@@ -1,3 +0,2 @@

/// <reference types="effection" />
import { EventSource } from './event-source';
export declare function on<T extends Array<unknown> = unknown[]>(source: EventSource, name: string): import("effection").Operation<import("@effection/subscription").Subscription<T, void>>;
export declare function on<T extends Array<unknown> = unknown[]>(source: EventSource, name: string): import("@effection/subscription").ChainableSubscribable<T, void>;
{
"name": "@effection/events",
"version": "0.7.6-ad356c1",
"version": "0.7.6-fb18d51",
"description": "Helpers for listening to events with effection",

@@ -32,3 +32,4 @@ "main": "dist/index.js",

"ts-node": "^8.9.0",
"tsdx": "0.13.2"
"tsdx": "0.13.2",
"typescript": "^3.7.0"
},

@@ -35,0 +36,0 @@ "volta": {

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