Socket
Socket
Sign inDemoInstall

vue-clipboard3

Package Overview
Dependencies
5
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "vue-clipboard3",
"version": "0.0.1",
"version": "0.0.2",
"repository": "https://github.com/JamieCurnow/vue-clipboard3",

@@ -5,0 +5,0 @@ "description": "Easily copy to clipboard with Vue 3",

@@ -30,3 +30,3 @@ # vue-clipboard3

import { defineComponent } from '@vue/composition-api'
import useClipboard from '~/composables/useClipboard'
import useClipboard from 'vue-clipboard3'

@@ -64,3 +64,3 @@ export default defineComponent({

import { defineComponent, ref } from '@vue/composition-api'
import useClipboard from '~/composables/useClipboard'
import useClipboard from 'vue-clipboard3'

@@ -67,0 +67,0 @@ export default defineComponent({

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc