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.12 to 1.0.13

5

fuet.js

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

this.options = options
}

@@ -58,5 +57,5 @@

fileToTemplateName(filename) {
let tmpName = filename.replace('../', '').replace(path.extname(filename), '').replace(/\/|-/g, '_')
let templateNameParts = []
for (let part of tmpName.split('_')) {
let tmpName = filename.replace(path.extname(filename), '').replace(/-/g, '_')
for (let part of tmpName.split('/')) {
if (!this.options.pathfilter.includes(part)) {

@@ -63,0 +62,0 @@ templateNameParts.push(part)

2

package.json
{
"name": "fuet",
"version": "1.0.12",
"version": "1.0.13",
"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