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

@vue-macros/setup-sfc

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/setup-sfc - npm Package Compare versions

Comparing version 0.18.1 to 0.18.2

2

dist/index.d.ts

@@ -5,5 +5,5 @@ import { BaseOptions, MarkRequired } from '@vue-macros/common';

type Options = BaseOptions;
type OptionsResolved = MarkRequired<Options, 'include' | 'version'>;
type OptionsResolved = MarkRequired<Options, "include" | "version">;
declare const plugin: UnpluginInstance<Options | undefined, false>;
export { type Options, type OptionsResolved, plugin as default };
{
"name": "@vue-macros/setup-sfc",
"version": "0.18.1",
"description": "setup-sfc feature from Vue Macros.",
"version": "0.18.2",
"description": "setupSfc feature from Vue Macros.",
"type": "module",

@@ -81,6 +81,6 @@ "keywords": [

"unplugin": "^1.14.1",
"@vue-macros/common": "1.14.0"
"@vue-macros/common": "1.15.0"
},
"devDependencies": {
"vue": "^3.5.4"
"vue": "^3.5.12"
},

@@ -87,0 +87,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