Socket
Socket
Sign inDemoInstall

clipboard-dom

Package Overview
Dependencies
Maintainers
25
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.5 to 0.0.6

2

component.json
{
"name": "clipboard-dom",
"description": "Makes a DOM element (i.e. <button>) write to the system clipboard",
"version": "0.0.5",
"version": "0.0.6",
"keywords": [

@@ -6,0 +6,0 @@ "copy",

0.0.6 / 2015-03-11
==================
* package: add "browser" mappings for browserify
* fix typo in example
0.0.5 / 2014-06-16
==================
* fixing bug in `reposition`
* `swf` method now chainable
* fixing bug in `reposition`
* `swf` method now chainable

@@ -8,0 +14,0 @@ 0.0.2 / 2012-09-04

@@ -12,3 +12,3 @@ {

],
"version": "0.0.5",
"version": "0.0.6",
"dependencies": {

@@ -19,2 +19,7 @@ "classes-component": "*",

},
"browser": {
"classes": "classes-component",
"inherit": "inherit-component",
"emitter": "emitter-component"
},
"component": {

@@ -21,0 +26,0 @@ "files": [

@@ -48,3 +48,3 @@

clip.on('completed', function(text){
clip.on('complete', function(text){
console.log('copied text to the clipboard:', text);

@@ -51,0 +51,0 @@ });

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