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

express-tsx

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-tsx - npm Package Compare versions

Comparing version 5.0.7 to 5.0.8

5

dist/render.js

@@ -20,3 +20,3 @@ "use strict";

this.heads = '';
this.loading = 'loading';
this.loading = '';
this.foots = '';

@@ -51,4 +51,3 @@ }

<body>
${exports.echoif(data.loading)}
<div id="app"></div>
<div id="app">${exports.echoif(data.loading)}</div>
<script

@@ -55,0 +54,0 @@ src="${browserInitPath}"

2

package.json
{
"name": "express-tsx",
"version": "5.0.7",
"version": "5.0.8",
"description": "express view engine to render tsx file",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -21,3 +21,3 @@ import { Compile, Vars, cacheDir, browserInitPath, deepForceUpdatePath } from ".";

heads?:string = ''
loading?:string = 'loading'
loading?:string = ''
foots?:string = ''

@@ -60,4 +60,3 @@ }

<body>
${echoif(data.loading)}
<div id="app"></div>
<div id="app">${echoif(data.loading)}</div>
<script

@@ -64,0 +63,0 @@ src="${browserInitPath}"

Sorry, the diff of this file is not supported yet

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