Socket
Socket
Sign inDemoInstall

weex-vue-loader

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

weex-vue-loader - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

4

lib/loader.js

@@ -59,3 +59,3 @@ // @todo: support hot reload

var query = loaderUtils.getOptions(this)
var params = loaderUtils.parseQuery(this.resourceQuery)
var params = this.resourceQuery && loaderUtils.parseQuery(this.resourceQuery)
var options = this.options.__vueOptions__ = Object.assign({}, this.options.vue, this.vue, query)

@@ -399,3 +399,3 @@ var filePath = this.resourcePath

if (params.entry) {
if (params && params.entry) {
output += 'module.exports.el = \'' + params.entry + '\'\n' +

@@ -402,0 +402,0 @@ 'new Vue(module.exports)\n'

{
"name": "weex-vue-loader",
"version": "0.5.3",
"version": "0.5.4",
"description": "Vue.js component loader for Webpack",

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

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