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.64.1 to 4.69.0

6

CHANGELOG.md
# Change Log
## 4.69.0
### Patch Changes
- [#1538](https://github.com/vue-styleguidist/vue-styleguidist/pull/1538) [`d86476bd`](https://github.com/vue-styleguidist/vue-styleguidist/commit/d86476bdd1fa60917ee0dcbad254fc5a92e369c5) Thanks [@sawmurai](https://github.com/sawmurai)! - Add TypeScript generic type parameters to event payloads
## 4.64.1

@@ -4,0 +10,0 @@

3

package.json
{
"name": "vue-inbrowser-compiler",
"version": "4.64.1",
"version": "4.69.0",
"description": "compile vue single file components right in your browser",

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

"vue": "2.7.14",
"vue3": "npm:vue@3",
"vue-template-compiler": "2.7.14"

@@ -39,0 +38,0 @@ },

/* eslint-disable no-new-func */
import { describe, it, vi, expect } from 'vitest'
import compileVueCodeForEvalFunction from './compileVueCodeForEvalFunction'

@@ -4,0 +3,0 @@

@@ -1,2 +0,1 @@

import { expect, vi } from 'vitest'
import { parse } from '@vue/compiler-sfc'

@@ -3,0 +2,0 @@ import normalizeSfcComponent from './normalizeSfcComponent'

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