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 3.0.1 to 3.0.2

2

lib/compiler.js

@@ -114,3 +114,3 @@ require('es6-promise').polyfill()

' if (!hotAPI.compatible) return\n' +
' var id = module.exports.hotID = ' + JSON.stringify(filePath) + '\n' +
' var id = ' + JSON.stringify(filePath) + '\n' +
// remove style tag on dispose

@@ -117,0 +117,0 @@ (style

{
"name": "vueify",
"version": "3.0.1",
"version": "3.0.2",
"description": "Vue component transform for Browserify",

@@ -33,3 +33,3 @@ "main": "index.js",

"through": "^2.3.6",
"vue-hot-reload-api": "^1.1.0"
"vue-hot-reload-api": "^1.2.0"
},

@@ -36,0 +36,0 @@ "devDependencies": {

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