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.5 to 1.0.6

8

fuet.js

@@ -39,9 +39,9 @@ #!/usr/bin/env node

if (compiled.staticRenderFns.length) {
jsTemplate += `,s:[${compiled.staticRenderFns.map(this.toFunction).join(',')}]}`
} else jsTemplate += '}'
jsTemplate += `,s:[${compiled.staticRenderFns.map(this.toFunction).join(',')}]};`
} else jsTemplate += '};'
} else {
jsTemplate = `${this.options.namespace}.${templateName}={r:${this.toFunction(compiled.render)}`
if (compiled.staticRenderFns.length) {
jsTemplate += `,s:[${compiled.staticRenderFns.map(this.toFunction).join(',')}]}`
} else jsTemplate += '}'
jsTemplate += `,s:[${compiled.staticRenderFns.map(this.toFunction).join(',')}]};`
} else jsTemplate += '};'
}

@@ -48,0 +48,0 @@ return {data: jsTemplate, name: templateName}

{
"name": "fuet",
"version": "1.0.5",
"version": "1.0.6",
"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