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

fuet

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fuet - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

4

fuet.js

@@ -34,3 +34,3 @@ #!/usr/bin/env node

let compiled = compiler.compile(templateData, this.options.vue)
if (compiled.errors.length) reject(compiled.errors, templateName)
if (compiled.errors.length) throw compiled.errors.join(',')
let jsTemplate = ''

@@ -68,3 +68,3 @@ if (this.options.commonjs) {

fs.writeFile(target, data, (err) => {
if(err) reject(err)
if (err) reject(err)
else resolve(data)

@@ -71,0 +71,0 @@ })

{
"name": "fuet",
"version": "1.0.6",
"version": "1.0.7",
"description": "Simple and fast template compiler for Vue 2.",

@@ -5,0 +5,0 @@ "bin": {

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