New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-blservice-loader

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-blservice-loader - npm Package Compare versions

Comparing version

to
1.0.5

10

index.js

@@ -8,11 +8,9 @@ const path = require('path');

module.exports = function (source) {
const webviewOnly = source.substr(0, 21) === '<!-- webview only -->';
if (webviewOnly) {
return `<template><div></div></template><script>export default { methods: {} }</script>`;
}
if (source.substr(0, 34) === '<!-- webview only --><!-- slot -->') {
return `<template><div><slot></slot></div></template><script>export default { methods: {} }</script>`;
}
if (source.substr(0, 21) === '<!-- webview only -->') {
return `<template><div></div></template><script>export default { methods: {} }</script>`;
}

@@ -19,0 +17,0 @@ let result = util.parse({

2

package.json
{
"name": "vue-blservice-loader",
"version": "1.0.4",
"version": "1.0.5",
"description": "vue bl service loader",

@@ -5,0 +5,0 @@ "main": "index.js",