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-1607576746.0 to 0.3.3-insiders-1607577772.0

3

dist/index.d.ts

@@ -14,2 +14,5 @@ interface ImportSource {

};
template: {
directiveSyntax: 'shorthand' | 'longhand';
};
}

@@ -16,0 +19,0 @@ interface ProjectConfigNormalized {

2

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

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

@@ -38,5 +38,3 @@ {

"additionalProperties": false,
"required": [
"moduleName"
]
"required": ["moduleName"]
}

@@ -62,5 +60,3 @@ ]

},
"default": [
"src/components/"
]
"default": ["src/components/"]
},

@@ -73,7 +69,3 @@ "script": {

"description": "Preferred script block mode",
"enum": [
"setup",
"setup-ref",
"normal"
],
"enum": ["setup", "setup-ref", "normal"],
"default": "normal"

@@ -83,6 +75,3 @@ },

"description": "Preferred script block language",
"enum": [
"js",
"ts"
],
"enum": ["js", "ts"],
"default": "js"

@@ -98,12 +87,15 @@ }

"description": "Preferred style block language",
"enum": [
"css",
"scss",
"sass",
"styl",
"stylus",
"less"
]
"enum": ["css", "scss", "sass", "styl", "stylus", "less"]
}
}
},
"template": {
"type": "object",
"description": "Template block preferences",
"properties": {
"directiveSyntax": {
"description": "Preferred directive syntax",
"enum": ["shorthand", "longhand"]
}
}
}

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