You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@cypress-design/vue-tooltip

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cypress-design/vue-tooltip - npm Package Compare versions

Comparing version

to
0.6.0

6

CHANGELOG.md
# @cypress-design/vue-tooltip
## 0.6.0
### Minor Changes
- [#196](https://github.com/cypress-io/cypress-design/pull/196) [`fc6d9e4`](https://github.com/cypress-io/cypress-design/commit/fc6d9e4fedcc01fa8e01b868b0fa66d8895c37d0) Thanks [@elevatebart](https://github.com/elevatebart)! - refactor: avoid constants relative imports
## 0.5.0

@@ -4,0 +10,0 @@

53

package.json
{
"name": "@cypress-design/vue-tooltip",
"version": "0.5.0",
"files": [
"*"
],
"typings": "./dist/index.d.ts",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.mjs",
"exports": {
".": {
"import": "./dist/index.es.mjs",
"require": "./dist/index.umd.js"
}
},
"scripts": {
"build": "yarn build:module && yarn build:types",
"build:module": "yarn vite build",
"build:types": "yarn vue-tsc --project ./tsconfig.build.json"
},
"dependencies": {
"@floating-ui/dom": "^1.2.6"
},
"devDependencies": {
"@cypress-design/css": "*"
},
"license": "MIT"
"name": "@cypress-design/vue-tooltip",
"version": "0.6.0",
"files": [
"*"
],
"typings": "./dist/index.d.ts",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.mjs",
"exports": {
".": {
"import": "./dist/index.es.mjs",
"require": "./dist/index.umd.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "yarn build:module && yarn build:types",
"build:module": "yarn vite build",
"build:types": "yarn vue-tsc --project ./tsconfig.build.json"
},
"dependencies": {
"@floating-ui/dom": "^1.2.6"
},
"devDependencies": {
"@cypress-design/css": "*"
},
"license": "MIT"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet