Socket
Socket
Sign inDemoInstall

weex-vue-loader

Package Overview
Dependencies
Maintainers
3
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.4.1 to 0.4.2

2

lib/loader.js

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

var fileName = path.basename(filePath)
var moduleId = 'data-v-' + genId(filePath)
var moduleId = 'data-v-' + genId(path.relative(process.cwd(), filePath))
var styleRewriter = styleRewriterPath + '?id=' + moduleId

@@ -62,0 +62,0 @@

{
"name": "weex-vue-loader",
"version": "0.4.1",
"version": "0.4.2",
"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