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 1.1.4 to 1.1.5

8

index.js

@@ -11,2 +11,6 @@ var through = require('through')

function dependency(file) {
stream.emit('file', file)
}
function write(buf) {

@@ -17,3 +21,7 @@ data += buf

function end () {
stream.emit('file', file)
compiler.on('dependency', dependency)
compiler.compile(data, file, function(error, result) {
compiler.removeListener('dependency', dependency)
if (error) stream.emit('error', error)

@@ -20,0 +28,0 @@ stream.queue(result)

2

package.json
{
"name": "vueify",
"version": "1.1.4",
"version": "1.1.5",
"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