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

vue-inbrowser-compiler-demi

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-inbrowser-compiler-demi - npm Package Compare versions

Comparing version 4.56.5 to 4.71.1

10

package.json
{
"name": "vue-inbrowser-compiler-demi",
"version": "4.56.5",
"version": "4.71.1",
"description": "use this with vue-inbrowser-compiler to compile for vue2 or vue3",

@@ -13,10 +13,10 @@ "module": "index.esm.js",

"devDependencies": {
"@vue/compiler-sfc": "3.2.47",
"vue": "2.7.14",
"vue-template-compiler": "2.7.14",
"@vue/compiler-sfc": "3.2.45"
"vue-template-compiler": "2.7.14"
},
"peerDependencies": {
"@vue/compiler-sfc": ">=3",
"vue": ">=2",
"vue-template-compiler": ">=2",
"@vue/compiler-sfc": ">=3"
"vue-template-compiler": ">=2"
},

@@ -23,0 +23,0 @@ "peerDependenciesMeta": {

@@ -39,2 +39,3 @@ import { parseComponent as parse } from 'vue-template-compiler'

id: string
scoped?: boolean,
compilerOptions?: {

@@ -44,2 +45,3 @@ mode?: 'module' | 'function'

prefixIdentifiers?: boolean
scopeId?: string
}

@@ -46,0 +48,0 @@ }) => { code: string, staticRenderFns: string[] }

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