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.54.1 to 4.55.0

2

index.esm.js

@@ -5,3 +5,3 @@ // eslint-disable-next-line import/no-unresolved

// eslint-disable-next-line import/no-unresolved
export { compileTemplate, compileScript, } from '@vue/compiler-sfc'
export { compileTemplate, compileScript } from '@vue/compiler-sfc'
export { h, createApp } from 'vue'

@@ -8,0 +8,0 @@ export const isVue3 = true

{
"name": "vue-inbrowser-compiler-demi",
"version": "4.54.1",
"version": "4.55.0",
"description": "use this with vue-inbrowser-compiler to compile for vue2 or vue3",

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

"devDependencies": {
"vue": "2.7.8",
"vue-template-compiler": "2.7.8",
"@vue/compiler-sfc": "3"
"vue": "2.7.14",
"vue-template-compiler": "2.7.14",
"@vue/compiler-sfc": "3.2.45"
},

@@ -18,0 +18,0 @@ "peerDependencies": {

@@ -1,2 +0,2 @@

import { parseComponent } from 'vue-template-compiler'
import { parseComponent as parse } from 'vue-template-compiler'

@@ -46,5 +46,5 @@ type BindingTypes = 'data' | 'props' | 'options'

export { parseComponent }
export declare function parseComponent(...args:Parameters<typeof parse>): ReturnType<typeof parse> & {scriptSetup?:SFCScriptBlock}
export declare const compileScript: (
export declare function compileScript(
sfc: {

@@ -56,2 +56,2 @@ cssVars: string[]

options?: any
) => SFCScriptBlock
): SFCScriptBlock

@@ -5,3 +5,3 @@ // eslint-disable-next-line import/no-unresolved

// eslint-disable-next-line import/no-unresolved
export { compileTemplate, compileScript, } from '@vue/compiler-sfc'
export { compileTemplate, compileScript } from '@vue/compiler-sfc'
export { h, createApp } from 'vue'

@@ -8,0 +8,0 @@ export const isVue3 = true

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