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

@vue/babel-plugin-resolve-type

Package Overview
Dependencies
Maintainers
10
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/babel-plugin-resolve-type - npm Package Compare versions

Comparing version 1.2.0-alpha.0 to 1.2.0-beta.0

1

dist/index.js

@@ -44,2 +44,3 @@ "use strict";

ast: file.ast.program.body,
isCE: false,
error(msg, node) {

@@ -46,0 +47,0 @@ throw new Error(

7

package.json
{
"name": "@vue/babel-plugin-resolve-type",
"version": "1.2.0-alpha.0",
"version": "1.2.0-beta.0",
"description": "Babel plugin for resolving Vue types.",

@@ -13,2 +13,3 @@ "author": "三咲智子 <sxzz@sxzz.moe>",

".": {
"dev": "./src/index.ts",
"import": "./dist/index.mjs",

@@ -37,3 +38,3 @@ "require": "./dist/index.js"

"@babel/parser": "^7.22.11",
"@vue/compiler-sfc": "npm:@vue/compiler-sfc-canary@minor"
"@vue/compiler-sfc": "^3.4.15"
},

@@ -43,4 +44,2 @@ "devDependencies": {

"@types/babel__code-frame": "^7.0.3",
"@types/babel__helper-module-imports": "^7.18.0",
"@types/babel__helper-plugin-utils": "^7.10.1",
"vue": "^3.3.4"

@@ -47,0 +46,0 @@ },

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