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

.turbo/turbo-compile.log

12

CHANGELOG.md
# Change Log
## 4.55.0
### Minor Changes
- [#1422](https://github.com/vue-styleguidist/vue-styleguidist/pull/1422) [`570e197e`](https://github.com/vue-styleguidist/vue-styleguidist/commit/570e197e68a459647858a4a95f42f0e48d9018aa) Thanks [@elevatebart](https://github.com/elevatebart)! - enable script setup in examples
### Patch Changes
- Updated dependencies [[`570e197e`](https://github.com/vue-styleguidist/vue-styleguidist/commit/570e197e68a459647858a4a95f42f0e48d9018aa)]:
- vue-inbrowser-compiler-demi@4.55.0
- vue-inbrowser-compiler-independent-utils@4.55.0
## 4.54.1

@@ -4,0 +16,0 @@

2

lib/index.d.ts
export { Vue2, isVue3, compileScript, createApp, h, parseComponent, compileTemplate, App } from 'vue-inbrowser-compiler-demi';
export { cleanName, addScopedStyle, getDefaultExample, EvaluableComponent, } from 'vue-inbrowser-compiler-independent-utils';
export { cleanName, addScopedStyle, getDefaultExample, EvaluableComponent, transformOneImport, } from 'vue-inbrowser-compiler-independent-utils';
export { default as adaptCreateElement, concatenate } from './adaptCreateElement';
export { default as isCodeVueSfc } from './isCodeVueSfc';
export * from './compileTemplateForEval';

@@ -238,2 +238,6 @@ 'use strict';

});
Object.defineProperty(exports, 'transformOneImport', {
enumerable: true,
get: function () { return vueInbrowserCompilerIndependentUtils.transformOneImport; }
});
exports.adaptCreateElement = adaptCreateElement;

@@ -240,0 +244,0 @@ exports.compileTemplateForEval = compileTemplateForEval;

import { isVue3, parseComponent, compileScript, compileTemplate } from 'vue-inbrowser-compiler-demi';
export { Vue2, compileScript, compileTemplate, createApp, h, isVue3, parseComponent } from 'vue-inbrowser-compiler-demi';
export { addScopedStyle, cleanName, getDefaultExample } from 'vue-inbrowser-compiler-independent-utils';
export { addScopedStyle, cleanName, getDefaultExample, transformOneImport } from 'vue-inbrowser-compiler-independent-utils';
import camelCase from 'camelcase';

@@ -5,0 +5,0 @@

{
"name": "vue-inbrowser-compiler-utils",
"version": "4.54.1",
"version": "4.55.0",
"description": "use this with vue-inbrowser-compiler to allow jsx compilation",

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

"camelcase": "^5.3.1",
"vue-inbrowser-compiler-demi": "^4.54.1",
"vue-inbrowser-compiler-independent-utils": "^4.54.1"
"vue-inbrowser-compiler-demi": "^4.55.0",
"vue-inbrowser-compiler-independent-utils": "^4.55.0"
},

@@ -24,10 +24,10 @@ "devDependencies": {

"@rollup/plugin-node-resolve": "9.0.0",
"@rollup/plugin-typescript": "8.3.4",
"@types/dedent": "^0.7.0",
"@rollup/plugin-typescript": "8.5.0",
"@types/dedent": "0.7.0",
"@types/domhandler": "2.4.2",
"dedent": "^0.7.0",
"tslib": "2.4.0",
"typescript": "4.7.4",
"rollup": "2.77.2",
"vue": "2.7.8"
"dedent": "0.7.0",
"tslib": "2.4.1",
"typescript": "4.8.4",
"rollup": "2.79.1",
"vue": "2.7.14"
},

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

@@ -16,2 +16,3 @@ export {

EvaluableComponent,
transformOneImport,
} from 'vue-inbrowser-compiler-independent-utils'

@@ -18,0 +19,0 @@ export { default as adaptCreateElement, concatenate } from './adaptCreateElement'

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