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

vue-directive-copy

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-directive-copy - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "vue-directive-copy",
"description": "A Vue.js project",
"version": "1.1.1",
"version": "1.1.2",
"author": "Lee Khang <lekhang2512@gmail.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -5,4 +5,10 @@ import utils from './utils'

bind(el, { value, arg, modifiers }) {
let position = 'top'
if (arg) {
position = arg
}
el.classList.add('copy-tooltip')
el.setAttribute('copy-tooltip', 'click copy')
el.setAttribute('copy-tooltip-position', arg)
if (arg === 'callback') {

@@ -9,0 +15,0 @@ el.$copyCallback = value

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