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.2 to 0.9.3

4

History.md

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

## 0.9.3 2017-01-04
- fix: #set false when in forEach statement [#77](https://github.com/shepherdwind/velocity.js/issues/77)
## 0.9.1 2016-11-22

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

4

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

@@ -33,3 +33,3 @@ "velocity template"

"test": "make test",
"pub": "npm version patch && git push origin master && git push origin --tag"
"pub": "npm version patch && npm publish && git push origin master && git push origin --tag"
},

@@ -36,0 +36,0 @@ "spm": {

@@ -266,5 +266,6 @@ 'use strict';

return this._render(asts);
// keep current condition fix #77
return this._render(asts, this.condition);
}
});
};
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