Socket
Socket
Sign inDemoInstall

@vue/language-core

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/language-core - npm Package Compare versions

Comparing version 2.0.28 to 2.0.29

2

lib/utils/vue2TemplateCompiler.js

@@ -5,3 +5,3 @@ "use strict";

const CompilerDOM = require("@vue/compiler-dom");
const Vue2TemplateCompiler = require('vue-template-compiler/build');
const Vue2TemplateCompiler = require('@vue/compiler-vue2/build');
const compile = (template, options = {}) => {

@@ -8,0 +8,0 @@ if (typeof template !== 'string') {

{
"name": "@vue/language-core",
"version": "2.0.28",
"version": "2.0.29",
"license": "MIT",

@@ -17,2 +17,3 @@ "files": [

"@vue/compiler-dom": "^3.4.0",
"@vue/compiler-vue2": "^2.7.16",
"@vue/shared": "^3.4.0",

@@ -22,4 +23,3 @@ "computeds": "^0.0.1",

"muggle-string": "^0.4.1",
"path-browserify": "^1.0.1",
"vue-template-compiler": "^2.7.14"
"path-browserify": "^1.0.1"
},

@@ -41,3 +41,3 @@ "devDependencies": {

},
"gitHead": "0cdbd70996f4fc7ac8d511b0d9fdbe20b7a4f6a3"
"gitHead": "49ad9563e6f2677595878a000179dfea83fb910c"
}
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