v-clipboard
Advanced tools
Comparing version 2.2.3 to 3.0.0-next.0
{ | ||
"name": "v-clipboard", | ||
"description": "Vue.js Clipboard Plugin", | ||
"version": "2.2.3", | ||
"author": "euvl <yev.vlasenko@gmail.com>", | ||
"author": "https://github.com/euvl", | ||
"private": false, | ||
"license": "MIT", | ||
"private": false, | ||
"types": "src/index.d.ts", | ||
"version": "3.0.0-next.0", | ||
"type": "module", | ||
"scripts": { | ||
"build": "webpack --progress --hide-modules" | ||
"build": "vite build" | ||
}, | ||
"main": "dist/index.min.js", | ||
"repository": { | ||
@@ -17,5 +16,2 @@ "type": "git", | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/euvl/v-clipboard/issues" | ||
}, | ||
"keywords": [ | ||
@@ -28,8 +24,25 @@ "vue", | ||
], | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "./dist/v-clipboard.umd.js", | ||
"module": "./dist/v-clipboard.es.js", | ||
"types": "./dist/types/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/v-clipboard.es.js", | ||
"require": "./dist/v-clipboard.umd.js" | ||
} | ||
}, | ||
"dependencies": { | ||
"vue": "^3.2.45" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.0.0", | ||
"babel-loader": "^6.0.0", | ||
"babel-preset-latest": "^6.0.0", | ||
"webpack": "^2.2.0" | ||
"@types/node": "^18.11.15", | ||
"@vitejs/plugin-vue": "^4.0.0", | ||
"typescript": "^4.9.3", | ||
"vite": "^4.0.0", | ||
"vite-plugin-dts": "^1.7.1", | ||
"vue-tsc": "^1.0.11" | ||
} | ||
} |
@@ -1,4 +0,5 @@ | ||
[![npm version](https://badge.fury.io/js/v-clipboard.svg)](https://badge.fury.io/js/v-clipboard) | ||
[![npm](https://img.shields.io/npm/v/v-clipboard)](https://img.shields.io/npm/v/v-clipboard) | ||
[![npm](https://img.shields.io/npm/dy/v-clipboard)](https://img.shields.io/npm/dy/v-clipboard) | ||
## Vue.js Clipboard | ||
## Vue Clipboard | ||
@@ -11,2 +12,6 @@ ### Install | ||
```bash | ||
yarn add v-clipboard | ||
``` | ||
```javascript | ||
@@ -13,0 +18,0 @@ import Vue from 'vue' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13
163
78
Yes
28023
1
6
1
2
1
+ Addedvue@^3.2.45
+ Added@babel/helper-string-parser@7.25.9(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Added@babel/parser@7.26.2(transitive)
+ Added@babel/types@7.26.0(transitive)
+ Added@jridgewell/sourcemap-codec@1.5.0(transitive)
+ Added@vue/compiler-core@3.5.13(transitive)
+ Added@vue/compiler-dom@3.5.13(transitive)
+ Added@vue/compiler-sfc@3.5.13(transitive)
+ Added@vue/compiler-ssr@3.5.13(transitive)
+ Added@vue/reactivity@3.5.13(transitive)
+ Added@vue/runtime-core@3.5.13(transitive)
+ Added@vue/runtime-dom@3.5.13(transitive)
+ Added@vue/server-renderer@3.5.13(transitive)
+ Added@vue/shared@3.5.13(transitive)
+ Addedcsstype@3.1.3(transitive)
+ Addedentities@4.5.0(transitive)
+ Addedestree-walker@2.0.2(transitive)
+ Addedmagic-string@0.30.14(transitive)
+ Addednanoid@3.3.8(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedpostcss@8.4.49(transitive)
+ Addedsource-map-js@1.2.1(transitive)
+ Addedvue@3.5.13(transitive)