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.19 to 3.0.0-beta.20

4

dist/compiler-core.d.ts

@@ -832,3 +832,3 @@ import { generateCodeFrame } from '@vue/shared';

/**
* An array of node trasnforms to be applied to every AST node.
* An array of node transforms to be applied to every AST node.
*/

@@ -892,3 +892,3 @@ nodeTransforms?: NodeTransform[];

* Generate SSR-optimized render functions instead.
* The resulting funciton must be attached to the component via the
* The resulting function must be attached to the component via the
* `ssrRender` option instead of `render`.

@@ -895,0 +895,0 @@ */

{
"name": "@vue/compiler-core",
"version": "3.0.0-beta.19",
"version": "3.0.0-beta.20",
"description": "@vue/compiler-core",

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

"dependencies": {
"@vue/shared": "3.0.0-beta.19",
"@vue/shared": "3.0.0-beta.20",
"@babel/parser": "^7.8.6",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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