Socket
Socket
Sign inDemoInstall

velocityjs

Package Overview
Dependencies
0
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.4 to 1.1.5

2

package.json
{
"name": "velocityjs",
"description": "Velocity Template Language(VTL) for JavaScript",
"version": "1.1.4",
"version": "1.1.5",
"license": "MIT",

@@ -6,0 +6,0 @@ "keywords": [

@@ -33,2 +33,5 @@ module.exports = function(Velocity, utils) {

escape = true
} else if (c === '"') {
cstr = """
escape = true
} else if (c === '<') {

@@ -35,0 +38,0 @@ cstr = "&lt;"

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