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

vue-inbrowser-compiler

Package Overview
Dependencies
Maintainers
3
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-inbrowser-compiler - npm Package Compare versions

Comparing version 4.56.2 to 4.56.5

9

CHANGELOG.md
# Change Log
## 4.56.5
### Patch Changes
- [#1464](https://github.com/vue-styleguidist/vue-styleguidist/pull/1464) [`41c29560`](https://github.com/vue-styleguidist/vue-styleguidist/commit/41c29560f58d9e7964a8c646c29f2b9ce1b834b8) Thanks [@elevatebart](https://github.com/elevatebart)! - Issue 1458 multiple root elements, implement staticRenderFns optimizations in 2.7.14
- Updated dependencies [[`41c29560`](https://github.com/vue-styleguidist/vue-styleguidist/commit/41c29560f58d9e7964a8c646c29f2b9ce1b834b8)]:
- vue-inbrowser-compiler-utils@4.56.5
## 4.56.2

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

2

lib/vue-inbrowser-compiler.cjs.js

@@ -322,3 +322,3 @@ 'use strict';

style,
template
template: vueInbrowserCompilerUtils.isVue3 || !template ? template : `<div>${template}</div>`
};

@@ -325,0 +325,0 @@ }

@@ -314,3 +314,3 @@ import { isVue3, parseComponent, transformOneImport, compileTemplateForEval, isCodeVueSfc } from 'vue-inbrowser-compiler-utils';

style,
template
template: isVue3 || !template ? template : `<div>${template}</div>`
};

@@ -317,0 +317,0 @@ }

{
"name": "vue-inbrowser-compiler",
"version": "4.56.2",
"version": "4.56.5",
"description": "compile vue single file components right in your browser",

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

"detect-browser": "^5.2.0",
"vue-inbrowser-compiler-utils": "^4.55.0",
"vue-inbrowser-compiler-utils": "^4.56.5",
"walkes": "^0.2.1"

@@ -35,3 +35,3 @@ },

"tslib": "2.4.1",
"typescript": "4.9.3",
"typescript": "4.9.4",
"vue": "2.7.14",

@@ -38,0 +38,0 @@ "vue3": "npm:vue@3",

@@ -8,3 +8,3 @@ import { transform, TransformOptions } from 'buble'

compileTemplateForEval,
transformOneImport
transformOneImport
} from 'vue-inbrowser-compiler-utils'

@@ -158,4 +158,4 @@ import normalizeSfcComponent, {

style,
template
template: isVue3 || !template ? template : `<div>${template}</div>`
}
}

Sorry, the diff of this file is not supported yet

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