clipboard-dom
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"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. <button>) write to the system clipboard | ||
Makes a DOM element (i.e. <button>) 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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
15028
3
321
4
85
- Removedsend@*
- Removeddebug@4.3.7(transitive)
- Removeddepd@2.0.0(transitive)
- Removeddestroy@1.2.0(transitive)
- Removedee-first@1.1.1(transitive)
- Removedencodeurl@2.0.0(transitive)
- Removedescape-html@1.0.3(transitive)
- Removedetag@1.8.1(transitive)
- Removedfresh@0.5.2(transitive)
- Removedhttp-errors@2.0.0(transitive)
- Removedinherits@2.0.4(transitive)
- Removedmime-db@1.52.0(transitive)
- Removedmime-types@2.1.35(transitive)
- Removedms@2.1.3(transitive)
- Removedon-finished@2.4.1(transitive)
- Removedrange-parser@1.2.1(transitive)
- Removedsend@1.1.0(transitive)
- Removedsetprototypeof@1.2.0(transitive)
- Removedstatuses@2.0.1(transitive)
- Removedtoidentifier@1.0.1(transitive)