express-tsx
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
29948
0