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

@vue-macros/define-prop

Package Overview
Dependencies
Maintainers
0
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-macros/define-prop - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5

10

dist/api.d.ts

@@ -6,8 +6,8 @@ export { E as Edition, P as PROPS_VARIABLE_NAME, t as transformDefineProp } from './index.d-B6vUzxR0.js';

type Impl = (ctx: {
s: MagicStringAST;
offset: number;
resolveTSType: (type: t.TSType) => Promise<string[] | undefined>;
s: MagicStringAST
offset: number
resolveTSType: (type: t.TSType) => Promise<string[] | undefined>
}) => {
walkCall: (node: t.CallExpression, parent?: t.Node | null) => string;
genRuntimeProps: (isProduction: boolean) => Promise<string | undefined>;
walkCall: (node: t.CallExpression, parent?: t.Node | null) => string
genRuntimeProps: (isProduction: boolean) => Promise<string | undefined>
};

@@ -14,0 +14,0 @@ declare function stringifyArray(strs: string[]): string;

{
"name": "@vue-macros/define-prop",
"version": "0.6.4",
"version": "0.6.5",
"description": "defineProp feature from Vue Macros.",

@@ -26,3 +26,3 @@ "type": "module",

},
"author": "三咲智子 <sxzz@sxzz.moe>",
"author": "三咲智子 Kevin Deng <sxzz@sxzz.moe>",
"files": [

@@ -89,3 +89,3 @@ "*.d.ts",

"unplugin": "^1.16.1",
"@vue-macros/api": "0.13.3",
"@vue-macros/api": "0.13.4",
"@vue-macros/common": "1.16.1"

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