Socket
Socket
Sign inDemoInstall

@vueuse/metadata

Package Overview
Dependencies
0
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.5.0 to 8.6.0

27

index.json

@@ -612,2 +612,11 @@ {

{
"name": "useAsyncValidator",
"package": "integrations",
"lastUpdated": 1654001397000,
"component": true,
"docs": "https://vueuse.org/integrations/useAsyncValidator/",
"category": "@Integrations",
"description": "wrapper for [`async-validator`](https://github.com/yiminghe/async-validator)"
},
{
"name": "useAuth",

@@ -743,3 +752,3 @@ "package": "firebase",

"package": "core",
"lastUpdated": 1644734137000,
"lastUpdated": 1654000791000,
"docs": "https://vueuse.org/core/useCssVar/",

@@ -881,2 +890,10 @@ "category": "Browser",

{
"name": "useDropZone",
"package": "core",
"lastUpdated": 1654000449000,
"docs": "https://vueuse.org/core/useDropZone/",
"category": "Elements",
"description": "create an zone where files can be dropped"
},
{
"name": "useElementBounding",

@@ -1092,3 +1109,3 @@ "package": "core",

"package": "core",
"lastUpdated": 1644314143000,
"lastUpdated": 1654001422000,
"directive": true,

@@ -1119,3 +1136,3 @@ "docs": "https://vueuse.org/core/useInfiniteScroll/",

"package": "shared",
"lastUpdated": 1644285131000,
"lastUpdated": 1653324895000,
"docs": "https://vueuse.org/shared/useIntervalFn/",

@@ -1270,3 +1287,3 @@ "category": "Animation",

"package": "core",
"lastUpdated": 1639442454000,
"lastUpdated": 1653249796000,
"component": true,

@@ -1774,3 +1791,3 @@ "docs": "https://vueuse.org/core/useMouseInElement/",

"package": "core",
"lastUpdated": 1651769754000,
"lastUpdated": 1653434335000,
"docs": "https://vueuse.org/core/useVModel/",

@@ -1777,0 +1794,0 @@ "category": "Component",

36

package.json
{
"name": "@vueuse/metadata",
"version": "8.5.0",
"version": "8.6.0",
"description": "Metadata for VueUse functions",
"keywords": [
"vue",
"vue-use"
],
"author": "Anthony Fu <https://github.com/antfu>",
"license": "MIT",
"author": "Anthony Fu <https://github.com/antfu>",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/vueuse/vueuse/tree/main/packages/metadata#readme",
"repository": {

@@ -16,25 +14,27 @@ "type": "git",

},
"funding": "https://github.com/sponsors/antfu",
"main": "./index.cjs",
"module": "./index.mjs",
"types": "./index.d.ts",
"bugs": {
"url": "https://github.com/vueuse/vueuse/issues"
},
"keywords": [
"vue",
"vue-use"
],
"sideEffects": false,
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.cjs",
"types": "./index.d.ts"
"require": "./index.cjs"
},
"./*": "./*"
},
"main": "./index.cjs",
"module": "./index.mjs",
"types": "./index.d.ts",
"files": [
"index.*"
],
"sideEffects": false,
"scripts": {
"update": "esno scripts/update.ts"
},
"bugs": {
"url": "https://github.com/vueuse/vueuse/issues"
},
"homepage": "https://github.com/vueuse/vueuse/tree/main/packages/metadata#readme"
}
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc