@types/clipboard
Advanced tools
Comparing version 1.5.35 to 1.5.36
@@ -7,3 +7,6 @@ // Type definitions for clipboard.js 1.5 | ||
declare class Clipboard { | ||
constructor(selector: (string | Element | NodeListOf<Element>), options?: Clipboard.Options); | ||
constructor( | ||
selector: string | Element | NodeListOf<Element>, | ||
options?: Clipboard.Options | ||
); | ||
@@ -26,3 +29,3 @@ /** | ||
*/ | ||
isSupported(): boolean; | ||
static isSupported(): boolean; | ||
} | ||
@@ -29,0 +32,0 @@ |
{ | ||
"name": "@types/clipboard", | ||
"version": "1.5.35", | ||
"version": "1.5.36", | ||
"description": "TypeScript definitions for clipboard.js", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0043b8a16a1f728d7e1f06f913760d318f7510f0917b24b4940f76332c78d01d", | ||
"typesPublisherContentHash": "7c705b8612ebb9ae4dcbd79747dbebd01537d441c089eae6ff5f0e559414921c", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 Oct 2017 00:19:45 GMT | ||
* Last updated: Wed, 17 Jan 2018 22:17:28 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: Clipboard |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3986
54