Socket
Socket
Sign inDemoInstall

@vue/compiler-core

Package Overview
Dependencies
Maintainers
1
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/compiler-core - npm Package Compare versions

Comparing version 3.0.0-beta.24 to 3.0.0-rc.1

10

dist/compiler-core.d.ts

@@ -573,15 +573,15 @@ import { generateCodeFrame } from '@vue/shared';

/**
* e.g. platform native elements, e.g. <div> for browsers
* e.g. platform native elements, e.g. `<div>` for browsers
*/
isNativeTag?: (tag: string) => boolean;
/**
* e.g. native elements that can self-close, e.g. <img>, <br>, <hr>
* e.g. native elements that can self-close, e.g. `<img>`, `<br>`, `<hr>`
*/
isVoidTag?: (tag: string) => boolean;
/**
* e.g. elements that should preserve whitespace inside, e.g. <pre>
* e.g. elements that should preserve whitespace inside, e.g. `<pre>`
*/
isPreTag?: (tag: string) => boolean;
/**
* Platform-specific built-in components e.g. <Transition>
* Platform-specific built-in components e.g. `<Transition>`
*/

@@ -906,3 +906,3 @@ isBuiltInComponent?: (tag: string) => symbol | void;

/**
* SFC <style vars> injection string
* SFC `<style vars>` injection string
* needed to render inline CSS variables on component root

@@ -909,0 +909,0 @@ */

{
"name": "@vue/compiler-core",
"version": "3.0.0-beta.24",
"version": "3.0.0-rc.1",
"description": "@vue/compiler-core",

@@ -33,3 +33,3 @@ "main": "index.js",

"dependencies": {
"@vue/shared": "3.0.0-beta.24",
"@vue/shared": "3.0.0-rc.1",
"@babel/parser": "^7.10.4",

@@ -36,0 +36,0 @@ "@babel/types": "^7.10.4",

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