Socket
Socket
Sign inDemoInstall

velocityjs

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

velocityjs - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

2

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

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

@@ -153,3 +153,3 @@ module.exports = function(Velocity, utils){

var real = astType.real;
var text = real.from ? this.getRefType(real.from): this.getRefText(real);
var text = real.from ? this.getRefText(real.from): this.getRefText(real);

@@ -156,0 +156,0 @@ //执行过一遍,不再执行

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