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

vueify

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vueify - npm Package Compare versions

Comparing version 8.5.3 to 8.5.4

11

lib/compiler.js

@@ -16,2 +16,11 @@ require('es6-promise').polyfill()

// determine hot-reload-api location
var hotReloadAPIPath = 'vue-hot-reload-api'
try {
require(hotReloadAPIPath)
} catch (e) {
// likely Npm 2.x
hotReloadAPIPath = 'vueify/node_modules/vue-hot-reload-api'
}
var htmlMinifyOptions = {

@@ -140,3 +149,3 @@ collapseWhitespace: true,

' module.hot.accept()\n' +
' var hotAPI = require("vueify/node_modules/vue-hot-reload-api")\n' +
' var hotAPI = require("' + hotReloadAPIPath + '")\n' +
' hotAPI.install(require("vue"), true)\n' +

@@ -143,0 +152,0 @@ ' if (!hotAPI.compatible) return\n' +

2

package.json
{
"name": "vueify",
"version": "8.5.3",
"version": "8.5.4",
"description": "Vue component transform for Browserify",

@@ -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