Socket
Socket
Sign inDemoInstall

razjs

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

razjs - npm Package Compare versions

Comparing version 1.1.3 to 1.2.0

2

package.json
{
"name": "razjs",
"version": "1.1.3",
"version": "1.2.0",
"description": "JS-version of the Razor-Express library (Razor-like template engine for NodeJS Express).",

@@ -5,0 +5,0 @@ "scripts": {

@@ -116,2 +116,12 @@ # RazJS

![RazJS error example](https://github.com/DevelAx/RazDoc/blob/master/RazJS/non-debug-mode-error.jpg?raw=true)
The error information displayed above is quite stingy. To get more details turn `debug` mode on:
```JS
raz.debug = true;
```
...and refresh the browser page:
![RazJS error example](https://github.com/DevelAx/RazDoc/blob/master/RazJS/catch-error-example.png?raw=true)

@@ -118,0 +128,0 @@

Sorry, the diff of this file is too big to display

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