Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xjst

Package Overview
Dependencies
Maintainers
2
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xjst - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

2

lib/xjst/compiler.js

@@ -453,3 +453,3 @@ var xjst = require('../xjst'),

// XXX this is temporary fix to make API compatible
if (Array.isArray(code)) return exports.generate(code);
if (Array.isArray(code)) return exports.generate(code, options || filename);

@@ -456,0 +456,0 @@ // filename is optional argument

{
"name": "xjst",
"description": "XSLT inspired JavaScript templates (with spices)",
"version": "0.2.5",
"version": "0.2.6",
"homepage": "http://github.com/veged/xjst",

@@ -6,0 +6,0 @@ "author": "Sergey Berezhnoy <veged@mail.ru> (http://github.com/veged)",

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