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

@vue-macros/api

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-macros/api - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

1

dist/index.d.ts

@@ -107,2 +107,3 @@ import { MagicString, SFC } from '@vue-macros/common';

methods: ASTDefinition<TSMethodSignature>[];
optional: boolean;
}

@@ -109,0 +110,0 @@ interface TSPropsProperty {

6

dist/index.js

@@ -268,3 +268,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});

type: ["Function"],
required: true
required: !def.optional
};

@@ -333,5 +333,7 @@ } else {

for (const [key, sign] of Object.entries(properties.methods)) {
const methods = sign.map((sign2) => buildDefinition(sign2));
definitions2[key] = {
type: "method",
methods: sign.map((sign2) => buildDefinition(sign2))
methods,
optional: sign.some((sign2) => !!sign2.type.optional)
};

@@ -338,0 +340,0 @@ }

{
"name": "@vue-macros/api",
"version": "0.2.6",
"version": "0.2.7",
"packageManager": "pnpm@7.25.1",

@@ -5,0 +5,0 @@ "license": "MIT",

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