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 0.9.3 to 0.9.4

4

History.md

@@ -0,1 +1,5 @@

## 0.9.4 2017-01-16
- fix: #set bug with eval string [#79](https://github.com/shepherdwind/velocity.js/issues/79)
## 0.9.3 2017-01-04

@@ -2,0 +6,0 @@

2

package.json
{
"name": "velocityjs",
"description": "Velocity Template Language(VTL) for JavaScript",
"version": "0.9.3",
"version": "0.9.4",
"keywords": [

@@ -6,0 +6,0 @@ "velocity template"

@@ -127,5 +127,5 @@ 'use strict';

var asts = Velocity.parse(str);
return this._render(asts);
return this._render(asts, this.condition);
}
});
};
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc