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

xjst

Package Overview
Dependencies
Maintainers
3
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 1.3.0 to 1.3.1

3

lib/xjst/compiler/base.js

@@ -592,3 +592,4 @@ var esprima = require('esprima'),

assert(expr.arguments[0].type === 'FunctionExpression' ||
expr.arguments[0].type === 'Literal');
expr.arguments[0].type === 'Literal',
'Only literal or function is allowed in template\'s body');
}

@@ -595,0 +596,0 @@

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