Socket
Socket
Sign inDemoInstall

raz

Package Overview
Dependencies
0
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

2

core/parser.js

@@ -1168,3 +1168,3 @@ 'use strict';

}
else if (ch === '@' && (!lastLiteral || Char.isWhiteSpace(lastLiteral))) {
else if (ch === '@'/* && (!lastLiteral || Char.isWhiteSpace(lastLiteral))*/) {
throw this.er.unexpectedAtCharacter(this.lineNum, this.linePos(), this.line); // [Invalid-HTML 9], [Section 1]

@@ -1171,0 +1171,0 @@ }

{
"name": "raz",
"description": "Razor like template engine for NodeJS Express library based on ASP.NET MVC Razor syntax. Template your views by mixing HTML markup with JavaScript server-side code!",
"version": "1.3.1",
"version": "1.3.2",
"author": {

@@ -6,0 +6,0 @@ "name": "Sergey F.",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc