New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vue-macros/common

Package Overview
Dependencies
Maintainers
0
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-macros/common - npm Package Compare versions

Comparing version

to
3.0.0-beta.1

9

package.json
{
"name": "@vue-macros/common",
"version": "3.0.0-alpha.0",
"version": "3.0.0-beta.1",
"description": "common feature from Vue Macros.",

@@ -29,10 +29,7 @@ "type": "module",

],
"main": "dist/index.cjs",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
".": "./dist/index.js",
"./*": "./*"

@@ -39,0 +36,0 @@ },