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

@evidentpoint/readium-glue-modules

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evidentpoint/readium-glue-modules - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

1

lib/selectionHandling/caller.d.ts
import { Caller } from '@readium/glue-rpc';
import { IAddEventListenerOptions } from '../eventHandling/interface';
export declare class SelectionHandling extends Caller {
constructor(targetWindow: Window);
addEventListener(target: string, listener: EventListener, options?: IAddEventListenerOptions): Promise<number>;

@@ -6,0 +5,0 @@ removeEventListener(id: number): void;

@@ -12,5 +12,2 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

export class SelectionHandling extends Caller {
constructor(targetWindow) {
super('selection-handling', targetWindow);
}
addEventListener(target, listener, options = {}) {

@@ -17,0 +14,0 @@ return __awaiter(this, void 0, void 0, function* () {

2

package.json
{
"name": "@evidentpoint/readium-glue-modules",
"version": "1.2.0",
"version": "1.2.1",
"files": [

@@ -5,0 +5,0 @@ "lib"

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