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

gulp-fuet

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-fuet - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

2

index.js

@@ -37,3 +37,3 @@ const through = require('through2')

file.path = gutil.replaceExtension(file.path, '.js')
file.contents = new Buffer(result.data)
file.contents = Buffer.from(result.data)
callback(null, file)

@@ -40,0 +40,0 @@ })

{
"name": "gulp-fuet",
"version": "1.0.12",
"version": "1.0.13",
"description": "Fast and uncomplicated .vue file compiler for Gulp.",

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