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

@vue/compiler-sfc

Package Overview
Dependencies
Maintainers
1
Versions
276
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/compiler-sfc - npm Package Compare versions

Comparing version 3.0.0-beta.14 to 3.0.0-beta.15

6

dist/compiler-sfc.cjs.js

@@ -298,2 +298,3 @@ 'use strict';

isExternalUrl(attr.value.content) ||
attr.value.content[0] === '#' ||
(!options.includeAbsolute && !isRelativeUrl(attr.value.content))) {

@@ -386,3 +387,3 @@ return;

const set = [];
imageCandidates.forEach(({ url, descriptor }, index) => {
imageCandidates.forEach(({ url, descriptor }) => {
descriptor = descriptor ? ` ${descriptor}` : ``;

@@ -454,3 +455,4 @@ if (isRelativeUrl(url)) {

// have to be sync because they are applied via Node.js require hooks)
let res, err;
let res = '';
let err = null;
preprocessor.render(source, { filename, ...preprocessOptions }, (_err, _res) => {

@@ -457,0 +459,0 @@ if (_err)

{
"name": "@vue/compiler-sfc",
"version": "3.0.0-beta.14",
"version": "3.0.0-beta.15",
"description": "@vue/compiler-sfc",

@@ -34,9 +34,9 @@ "main": "dist/compiler-sfc.cjs.js",

"peerDependencies": {
"vue": "3.0.0-beta.14"
"vue": "3.0.0-beta.15"
},
"dependencies": {
"@vue/compiler-core": "3.0.0-beta.14",
"@vue/compiler-dom": "3.0.0-beta.14",
"@vue/compiler-ssr": "3.0.0-beta.14",
"@vue/shared": "3.0.0-beta.14",
"@vue/compiler-core": "3.0.0-beta.15",
"@vue/compiler-dom": "3.0.0-beta.15",
"@vue/compiler-ssr": "3.0.0-beta.15",
"@vue/shared": "3.0.0-beta.15",
"consolidate": "^0.15.1",

@@ -43,0 +43,0 @@ "hash-sum": "^2.0.0",

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