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

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.14.0 to 4.16.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [4.16.0](https://github.com/vue-styleguidist/vue-styleguidist/compare/v4.15.2...v4.16.0) (2020-04-09)
**Note:** Version bump only for package vue-inbrowser-compiler-utils
# [4.14.0](https://github.com/vue-styleguidist/vue-styleguidist/compare/v4.13.1...v4.14.0) (2020-03-18)

@@ -8,0 +16,0 @@

4

package.json
{
"name": "vue-inbrowser-compiler-utils",
"version": "4.14.0",
"version": "4.16.0",
"description": "use this with vue-inbrowser-compiler to allow jsx compilation",

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

"license": "MIT",
"gitHead": "53180e9c9c2273bb5ed26b994499abcc4c316f68"
"gitHead": "1f850d14f2d4625ffea1c792dcce0c44d46def6b"
}

@@ -13,11 +13,9 @@ import parseComponent from '../parseComponent'

expect(comp.template).toMatchInlineSnapshot(`
<template>
<div>
hello
</div>
</template>
hello world
`)
"
<template>
<div>hello</div>
</template>
hello world
"
`)
})

@@ -24,0 +22,0 @@

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