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

clipboard-dom

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clipboard-dom - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

index.js

18

component.json
{
"name": "clipboard-dom",
"description": "Makes a DOM element (i.e. <button>) write to the system clipboard",
"version": "0.0.1",
"keywords": ["copy", "clipboard", "dom", "click", "button"],
"version": "0.0.4",
"keywords": [
"copy",
"clipboard",
"dom",
"click",
"button"
],
"dependencies": {

@@ -11,4 +17,8 @@ "component/classes": "*",

},
"files": ["ZeroClipboard.swf"],
"scripts": ["clipboard-dom.js"]
"files": [
"ZeroClipboard.swf"
],
"scripts": [
"index.js"
]
}

@@ -5,8 +5,7 @@ {

"keywords": ["copy", "clipboard", "text", "click", "dom", "button"],
"version": "0.0.3",
"version": "0.0.4",
"dependencies": {
"classes-component": "*",
"inherit-component": "*",
"emitter-component": "*",
"send": "*"
"emitter-component": "*"
},

@@ -16,5 +15,5 @@ "component": {

"scripts": {
"clipboard-dom": "clipboard-dom.js"
"clipboard-dom": "index.js"
}
}
}
# clipboard-dom
Makes a DOM element (i.e. &lt;button&gt;) write to the system clipboard
Makes a DOM element (i.e. &lt;button&gt;) write to the system clipboard. This
component is based off of the [ZeroClipboard](https://github.com/jonrohan/ZeroClipboard)
project, and in fact uses the same SWF Flash code.

@@ -6,0 +8,0 @@ ## Installation

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