Socket
Socket
Sign inDemoInstall

@types/zeroclipboard

Package Overview
Dependencies
0
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.30 to 2.0.31

12

zeroclipboard/index.d.ts

@@ -333,3 +333,2 @@ // Type definitions for ZeroClipboard 2.0

*/
off(eventType: string, listener: EventListenerOrEventListenerObject<ZeroClipboardEvent>): void;
off(eventType: "ready", listener: EventListenerOrEventListenerObject<ZeroClipboardReadyEvent>): void;

@@ -341,2 +340,3 @@ off(eventType: "beforecopy", listener: EventListenerOrEventListenerObject<ZeroClipboardBeforeCopyEvent>): void;

off(eventType: "error", listener: EventListenerOrEventListenerObject<ZeroClipboardErrorEvent>): void;
off(eventType: string, listener: EventListenerOrEventListenerObject<ZeroClipboardEvent>): void;
/**

@@ -355,2 +355,12 @@ * Remove a set of eventType to listener function/object mappings.

/**
* Remove a set of eventType to listener function/object mappings.
*/
off(eventType: "ready"): void;
off(eventType: "beforecopy"): void;
off(eventType: "copy"): void;
off(eventType: "aftercopy"): void;
off(eventType: "destroy"): void;
off(eventType: "error"): void;
off(eventType: string): void;
/**
* Remove ALL listener functions/objects for ALL registered event types.

@@ -357,0 +367,0 @@ */

4

zeroclipboard/package.json
{
"name": "@types/zeroclipboard",
"version": "2.0.30",
"version": "2.0.31",
"description": "TypeScript definitions for ZeroClipboard",

@@ -32,4 +32,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "ce1644bff5f26598a21d36c2ea3b6bc35e00b7ec58bb2640207770661358cef3",
"typesPublisherContentHash": "82e3419df008171a9d7e5a93ecbf360a443d082a22243968eff3b6a5af92d914",
"typeScriptVersion": "2.3"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Thu, 15 Jun 2017 20:23:46 GMT
* Last updated: Fri, 16 Jun 2017 16:37:51 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: ZeroClipboard

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc