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

appolo-event-dispatcher

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

appolo-event-dispatcher - npm Package Compare versions

Comparing version 6.0.5 to 6.0.6

lib/IEventDispatcher.js

1

index.ts
export {EventDispatcher} from './lib/eventDispatcher'
export {IEventDispatcher} from './lib/IEventDispatcher'
export {HooksDispatcher} from './lib/hooksDispatcher'

3

lib/eventDispatcher.ts
"use strict";
import {ICallback, IEventOptions} from "./IEventOptions";
import {IEventDispatcher} from "./IEventDispatcher";

@@ -8,3 +9,3 @@ const CallbacksSymbol: unique symbol = Symbol('eventDispatcherCallbacks');

export class EventDispatcher {
export class EventDispatcher implements IEventDispatcher {

@@ -11,0 +12,0 @@ protected [CallbacksSymbol]: { [index: string]: ICallback[] };

@@ -23,3 +23,3 @@ {

"main": "./index.js",
"version": "6.0.5",
"version": "6.0.6",
"license": "MIT",

@@ -26,0 +26,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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