Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vue-macros/common

Package Overview
Dependencies
Maintainers
1
Versions
69
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 1.10.0 to 1.10.1

2

dist/index.js

@@ -205,3 +205,3 @@ "use strict";

var REGEX_VUE_SUB = /\.vue\?vue&type=script/;
var REGEX_VUE_SUB_SETUP = /\.vue\?vue&type=script&setup=true/;
var REGEX_VUE_SUB_SETUP = /\.vue\?vue&type=script\b.+\bsetup=true/;
var REGEX_NODE_MODULES = /node_modules/;

@@ -208,0 +208,0 @@ var REGEX_SUPPORTED_EXT = /\.([cm]?[jt]sx?|vue)$/;

{
"name": "@vue-macros/common",
"version": "1.10.0",
"packageManager": "pnpm@8.11.0",
"version": "1.10.1",
"packageManager": "pnpm@8.14.1",
"description": "common feature from Vue Macros.",

@@ -52,5 +52,5 @@ "keywords": [

"dependencies": {
"@babel/types": "^7.23.5",
"@babel/types": "^7.23.6",
"@rollup/pluginutils": "^5.1.0",
"@vue/compiler-sfc": "^3.3.10",
"@vue/compiler-sfc": "^3.4.13",
"ast-kit": "^0.11.3",

@@ -61,4 +61,4 @@ "local-pkg": "^0.5.0",

"devDependencies": {
"@babel/parser": "^7.23.5",
"@vitejs/plugin-vue": "^4.5.1"
"@babel/parser": "^7.23.6",
"@vitejs/plugin-vue": "^5.0.3"
},

@@ -65,0 +65,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc