Socket
Socket
Sign inDemoInstall

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.69.2 to 4.71.1

9

CHANGELOG.md
# Change Log
## 4.71.1
### Patch Changes
- [#1552](https://github.com/vue-styleguidist/vue-styleguidist/pull/1552) [`963853dd`](https://github.com/vue-styleguidist/vue-styleguidist/commit/963853dd45a9008d61968518626bc74b3080ef96) Thanks [@elevatebart](https://github.com/elevatebart)! - allow double styled static heads in sfc examples
- Updated dependencies [[`963853dd`](https://github.com/vue-styleguidist/vue-styleguidist/commit/963853dd45a9008d61968518626bc74b3080ef96)]:
- vue-inbrowser-compiler-utils@4.71.1
## 4.69.2

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

4

package.json
{
"name": "vue-inbrowser-compiler",
"version": "4.69.2",
"version": "4.71.1",
"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.64.1",
"vue-inbrowser-compiler-utils": "^4.71.1",
"walkes": "^0.2.1"

@@ -25,0 +25,0 @@ },

@@ -156,3 +156,3 @@ /* eslint-disable no-new-func */

const comp = (function() {
const __sfc__ = (function() {

@@ -168,5 +168,5 @@ return {

})()
comp.render = function() {with(this){return _c('div')}}
__sfc__.render = function() {with(this){return _c('div')}}
return comp"
return __sfc__"
`)

@@ -173,0 +173,0 @@ })

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