Socket
Socket
Sign inDemoInstall

@types/zeroclipboard

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/zeroclipboard - npm Package Compare versions

Comparing version 2.0.32 to 2.0.33

21

zeroclipboard/index.d.ts

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

* The version of the ZeroClipboard library being used, e.g. "2.0.0".
* @type {string}
*/

@@ -63,3 +62,2 @@ version: string;

* IMPORTANT: This method should be considered private.
* @private
*/

@@ -107,3 +105,2 @@ create(): void;

* @return {boolean}
* @private
*/

@@ -116,3 +113,2 @@ isFlashUnusable(): boolean;

* A unique identifier for this ZeroClipboard client instance.
* @type {string}
*/

@@ -418,3 +414,2 @@ id: string;

* SWF URL, relative to the page. Default value will be "ZeroClipboard.swf" under the same path as the ZeroClipboard JS file.
* @type {string}
*/

@@ -424,3 +419,2 @@ swfPath?: string | undefined;

* SWF inbound scripting policy: page domains that the SWF should trust. (single string, or array of strings)
* @type {SingleOrList<string>}
*/

@@ -430,3 +424,2 @@ trustedDomains?: string[] | undefined;

* Include a "noCache" query parameter on requests for the SWF.
* @type {boolean}
*/

@@ -436,3 +429,2 @@ cacheBust?: boolean | undefined;

* Enable use of the fancy "Desktop" clipboard, even on Linux where it is known to suck.
* @type {boolean}
*/

@@ -444,3 +436,2 @@ forceEnhancedClipboard?: boolean | undefined;

* how long it takes to load the SWF, you can set this to `null`.
* @type {number}
*/

@@ -451,3 +442,2 @@ flashLoadTimeout?: number | undefined;

* themselves instead of relying on our per-element `mouseover` handler.
* @type {boolean}
*/

@@ -457,3 +447,2 @@ autoActivate?: boolean | undefined;

* Bubble synthetic events in JavaScript after they are received by the Flash object.
* @type {boolean}
*/

@@ -463,3 +452,2 @@ bubbleEvents?: boolean | undefined;

* Ensure OS-compliant line endings, i.e. "\r\n" on Windows, "\n" elsewhere
* @type {boolean}
*/

@@ -470,3 +458,2 @@ fixLineEndings?: boolean | undefined;

* Value is validated against the [HTML4 spec for `ID` tokens][valid_ids].
* @type {string}
*/

@@ -476,3 +463,2 @@ containerId?: string | undefined;

* Sets the class of the `div` encapsulating the Flash object.
* @type {string}
*/

@@ -483,3 +469,2 @@ containerClass?: string | undefined;

* Value is validated against the [HTML4 spec for `ID` and `Name` tokens][valid_ids].
* @type {string}
*/

@@ -489,3 +474,2 @@ swfObjectId?: string | undefined;

* The class used to indicate that a clipped element is being hovered over.
* @type {string}
*/

@@ -495,3 +479,2 @@ hoverClass?: string | undefined;

* The class used to indicate that a clipped element is active (is being clicked).
* @type {string}
*/

@@ -502,3 +485,2 @@ activeClass?: string | undefined;

* IMPORTANT: This configuration value CAN be modified while a SWF is actively embedded.
* @type {boolean}
*/

@@ -509,3 +491,2 @@ forceHandCursor?: boolean | undefined;

* IMPORTANT: This configuration value CAN be modified while a SWF is actively embedded.
* @type {string}
*/

@@ -517,3 +498,2 @@ title?: string | undefined;

* IMPORTANT: This configuration value CAN be modified while a SWF is actively embedded.
* @type {number}
*/

@@ -526,3 +506,2 @@ zIndex?: number | undefined;

* [ZeroClipboard description]
* @type {ZC.ZeroClipboardStatic}
*/

@@ -529,0 +508,0 @@ declare var ZeroClipboard: ZC.ZeroClipboardStatic;

6

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

@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/zeroclipboard",

"dependencies": {},
"typesPublisherContentHash": "84fb7ced8a4648c28d4a72dc44238108c569b4a9d0e2bcbf75a59531bcce7738",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "9e2c9cc4b008238d1e0f7cb042e8424b47fa3e235a3708b4180e63e4237efc45",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Fri, 02 Jul 2021 16:32:16 GMT
* Last updated: Sat, 29 Apr 2023 04:03:48 GMT
* Dependencies: none

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

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