Socket
Socket
Sign inDemoInstall

beard

Package Overview
Dependencies
1
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.6 to 0.5.7

3

beard.js

@@ -204,4 +204,3 @@ const fs = require('fs');

function compile(str, path) {
const templateCode = scanner(str, path).join(' ')
.replace(new RegExp('\\\\', 'g'), '\\\\');
const templateCode = scanner(str.replace(new RegExp('\\\\', 'g'), '\\\\').replace(/"/g, '\\"'), path).join(' ');

@@ -208,0 +207,0 @@ const fn = `

{
"name": "beard",
"version": "0.5.6",
"version": "0.5.7",
"description": "More than a mustache.",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc