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.4 to 1.3.5

3

lib/xjst/compiler/base.js

@@ -154,2 +154,5 @@ var esprima = require('esprima'),

Compiler.prototype.getNodeLine = function getNodeLine(node) {
if (!node.loc)
return '';
var loc = node.loc.start;

@@ -156,0 +159,0 @@ var lines = this.code.split(/\r\n|\r|\n/g);

2

package.json
{
"name": "xjst",
"description": "XSLT inspired JavaScript templates (with spices)",
"version": "1.3.4",
"version": "1.3.5",
"homepage": "http://github.com/veged/xjst",

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

@@ -92,3 +92,3 @@ ___ ___ _____ _______ _______

XJST extends JavaScript syntax with a following keywords: `template`, `local`,
`apply`, `extends`, `super`.
`apply`, `applyNext`.

@@ -95,0 +95,0 @@ ### Template

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