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.5.0-alpha.2 to 0.5.0-alpha.3

2

package.json
{
"name": "velocityjs",
"description": "Velocity Template Language(VTL) for JavaScript",
"version": "0.5.0-alpha.2",
"version": "0.5.0-alpha.3",
"keywords": [

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

@@ -88,5 +88,8 @@ 'use strict';

};
jsmacros.prototype.context = this.context;
}
if (!jsmacros.context)
jsmacros.context = this.context;
}
try {

@@ -93,0 +96,0 @@ ret = macro.apply(jsmacros, jsArgs);

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