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

@vuedx/projectconfig

Package Overview
Dependencies
Maintainers
1
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuedx/projectconfig - npm Package Compare versions

Comparing version 0.3.3-insiders-1609155664.0 to 0.4.1-insiders-1609180156.0

2

package.json
{
"name": "@vuedx/projectconfig",
"version": "0.3.3-insiders-1609155664.0",
"version": "0.4.1-insiders-1609180156.0",
"description": "TypeScript plugin for Vue",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -23,3 +23,3 @@ {

"type": "string",
"description": "A file or a package name. It must default export a Vue component."
"description": "A relative file path or a package name. It must default export a Vue component."
},

@@ -31,3 +31,3 @@ {

"type": "string",
"description": "A file or a package name."
"description": "A relative file path or a package name."
},

@@ -56,3 +56,3 @@ "exportName": {

"type": "array",
"description": "List of directories containing components",
"description": "List of directories containing components. Used to provide option to 'extract to component' and other features.",
"items": {

@@ -97,2 +97,10 @@ "type": "string",

"enum": ["shorthand", "longhand"]
},
"propCase": {
"description": "Preferred prop/attribute case",
"enum": ["kebab", "camel"]
},
"tagCase": {
"description": "Preferred tag/component case",
"enum": ["kebab", "camel", "auto"]
}

@@ -99,0 +107,0 @@ }

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