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 2.2.0 to 2.2.1

2

lib/index.js

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

if (ssr) {
body = ssrWrap(body, path + '/' + compile(file), data, requirejs);
body = ssrWrap(body, path + '/' + compile(file).replace('\\', '/'), data, requirejs);
}

@@ -53,0 +53,0 @@ send(null, body);

{
"name": "express-tsx",
"version": "2.2.0",
"version": "2.2.1",
"description": "express view tsx render",

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

@@ -44,3 +44,3 @@

if(ssr){
body = ssrWrap(body,path+'/'+compile(file),data,requirejs)
body = ssrWrap(body,path+'/'+compile(file).replace('\\','/'),data,requirejs)
}

@@ -47,0 +47,0 @@ send(null,body)

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