Socket
Socket
Sign inDemoInstall

vue-inbrowser-compiler-utils

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.52.0 to 4.53.1

9

CHANGELOG.md
# Change Log
## 4.53.1
### Patch Changes
- [#1387](https://github.com/vue-styleguidist/vue-styleguidist/pull/1387) [`3f213efe`](https://github.com/vue-styleguidist/vue-styleguidist/commit/3f213efeca69dd0f6d2cf4e7983cdf7ee8318c03) Thanks [@elevatebart](https://github.com/elevatebart)! - feat: add helper function for enhancePreviewApp file option
- Updated dependencies [[`3f213efe`](https://github.com/vue-styleguidist/vue-styleguidist/commit/3f213efeca69dd0f6d2cf4e7983cdf7ee8318c03)]:
- vue-inbrowser-compiler-demi@4.53.1
## 4.52.0

@@ -4,0 +13,0 @@

2

lib/index.d.ts

@@ -1,4 +0,4 @@

export { Vue2, isVue3, compileScript, createApp, h, compileTemplate } from 'vue-inbrowser-compiler-demi';
export { Vue2, isVue3, compileScript, createApp, h, compileTemplate, App } from 'vue-inbrowser-compiler-demi';
export { cleanName, addScopedStyle, parseComponent, isCodeVueSfc, getDefaultExample, EvaluableComponent, } from 'vue-inbrowser-compiler-independent-utils';
export { default as adaptCreateElement, concatenate } from './adaptCreateElement';
export * from './compileTemplateForEval';
{
"name": "vue-inbrowser-compiler-utils",
"version": "4.52.0",
"version": "4.53.1",
"description": "use this with vue-inbrowser-compiler to allow jsx compilation",

@@ -17,3 +17,3 @@ "module": "lib/vue-inbrowser-compiler-utils.esm.js",

"camelcase": "^5.3.1",
"vue-inbrowser-compiler-demi": "^4.50.0",
"vue-inbrowser-compiler-demi": "^4.53.1",
"vue-inbrowser-compiler-independent-utils": "^4.52.0"

@@ -20,0 +20,0 @@ },

@@ -7,3 +7,4 @@ export {

h,
compileTemplate
compileTemplate,
App
} from 'vue-inbrowser-compiler-demi'

@@ -10,0 +11,0 @@ export {

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