🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@vueuse/metadata

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vueuse/metadata - npm Package Compare versions

Comparing version
14.2.1
to
14.3.0
+1
-0
dist/index.d.ts

@@ -36,2 +36,3 @@ //#region types.d.ts

related?: string[];
variants?: string[];
}

@@ -38,0 +39,0 @@ interface VueUsePackage extends PackageManifest {

+4
-4
{
"name": "@vueuse/metadata",
"type": "module",
"version": "14.2.1",
"version": "14.3.0",
"description": "Metadata for VueUse functions",

@@ -25,3 +25,4 @@ "author": "Anthony Fu <https://github.com/antfu>",

".": "./dist/index.js",
"./*": "./dist/*"
"./*": "./dist/*",
"./package.json": "./package.json"
},

@@ -36,5 +37,4 @@ "main": "./dist/index.js",

"update": "tsx scripts/update.ts",
"build": "tsdown",
"test:attw": "attw --pack --config-path ../../.attw.json ."
"build": "tsdown"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display