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 4.0.10 to 4.0.11

2

dist/Compile/Compile.js

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

md5 = this.updateScriptVersion(file);
this.is_development && !Compile.ignore(file) && typescript_1.sys.watchFile(file, this.watch);
this.is_development && typescript_1.sys.watchFile(file, this.watch);
}

@@ -45,0 +45,0 @@ return md5;

{
"name": "express-tsx",
"version": "4.0.10",
"version": "4.0.11",
"description": "express view engine",

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

@@ -44,3 +44,3 @@ import ts = require('typescript')

md5 = this.updateScriptVersion(file)
this.is_development && !Compile.ignore(file) && sys.watchFile(file,this.watch)
this.is_development && sys.watchFile(file,this.watch)
}

@@ -47,0 +47,0 @@ return md5

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