Socket
Socket
Sign inDemoInstall

razjs

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

2

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

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

@@ -109,3 +109,3 @@ # RazJS

const model = 1;
const template = "<span>@Model</span>";
const template = "<div>@Model</span>";
const html = raz.render(template, model);

@@ -112,0 +112,0 @@ document.getElementById("target").innerHTML = html;

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