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

raz

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raz - npm Package Compare versions

Comparing version 0.0.35 to 0.0.36

2

core/parser.js

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

if (section && section.filePath === this.args.filePath)
if (section)
throw this.er.sectionIsAlreadyDefined(sectionName, this.lineNum, sectionNamePos, this.args.filePath); // Tests: "Section 8".

@@ -1122,0 +1122,0 @@

@@ -150,3 +150,3 @@ require('./utils');

else
return this.findPartialSync(startDir, partialViewName, searchedLocations, errorsFactory);
return this.findPartialSync(startDir, partialViewName, searchedLocations, errorsFactory, cache);
}

@@ -153,0 +153,0 @@ else {

{
"name": "raz",
"description": "Razor-like syntax for templating views in Express framework by mixing HTML with JavaScript.",
"version": "0.0.35",
"version": "0.0.36",
"author": {

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

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