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

@types/clipboard

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/clipboard - npm Package Compare versions

Comparing version 1.5.35 to 1.5.36

7

clipboard/index.d.ts

@@ -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

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