New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.8 to 4.2.9

5

dist/Compile/Compile.js

@@ -71,2 +71,7 @@ "use strict";

this.watch = (file) => {
let lastScriptVersion = this.getScriptVersion(file);
let nowScriptVersion = this.updateScriptVersion(file);
if (nowScriptVersion === lastScriptVersion) {
return;
}
this.watcher.emit('update', file);

@@ -73,0 +78,0 @@ };

2

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

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

@@ -81,2 +81,7 @@ import ts = require('typescript')

watch = (file)=>{
let lastScriptVersion = this.getScriptVersion(file)
let nowScriptVersion = this.updateScriptVersion(file)
if( nowScriptVersion === lastScriptVersion ){
return
}
this.watcher.emit('update',file)

@@ -83,0 +88,0 @@ }

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