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.7.18 to 0.7.19

4

lib/xjst/compiler/base.js

@@ -899,4 +899,6 @@ var esprima = require('esprima'),

// Reset apply flag at last
if (applyBody[applyBody.length - 1].type !== 'ReturnStatement')
if (applyBody.length === 0 ||
applyBody[applyBody.length - 1].type !== 'ReturnStatement') {
applyBody.push(this.resetApply);
}

@@ -903,0 +905,0 @@ return {

{
"name": "xjst",
"description": "XSLT inspired JavaScript templates (with spices)",
"version": "0.7.18",
"version": "0.7.19",
"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