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.0 to 1.1.1

2

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

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

import Vue from 'vue'
import App from './App.vue'
// import App from './App.vue'
import Copy from './copy.js'

@@ -8,9 +8,9 @@ import './style.css'

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 too big to display

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