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.0.7 to 1.0.8

.npmignore

2

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

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

@@ -29,3 +29,2 @@ # vue-directive-copy

import ClickCopy from 'vue-directive-copy'
import 'vue-directive-copy/src/style.css'

@@ -32,0 +31,0 @@ Vue.use(ClickCopy)

@@ -8,9 +8,9 @@ import Vue from 'vue'

// if (document.querySelector('#my-strictly-unique-vue-directive-copy')) {
// new Vue({
// el: '#my-strictly-unique-vue-directive-copy',
// render: h => h(App)
// })
// }
if (document.querySelector('#my-strictly-unique-vue-directive-copy')) {
new Vue({
el: '#my-strictly-unique-vue-directive-copy',
render: h => h(App)
})
}
export default Copy

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