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.1.3 to 2.1.4

13

CHANGELOG.md
# Change Log
## [Unreleased]
- compile 支持第二个参数 `compile(code:string,compilerOptions)`
## [2.1.2] - 2017-4-25
### fixed
- 上次的缓存层有毒 , 这次修复好了
## [2.1.4] - 2017-4-27
### update
- 导出 React 到全局声明
## [2.1.1] - 2017-4-23
### fixed
- 编译函数总是返回最后一次更新的编译内容 , 现在会返回符合预期的内容了
### changed
- 优化了 hotload 清除缓存模式
## [2.1.0] - 2017-4-23
### changed
- 优化了 tsx 文件编译函数 , 加入了缓存 .
{
"name": "express-tsx",
"version": "2.1.3",
"version": "2.1.4",
"description": "express view tsx render",

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

import React = require('react');
(global as any).React = React
declare global { var React:any }
declare global {
namespace React {}
}
import path = require('path')

@@ -5,0 +7,0 @@ import ReactDOM = require('react-dom/server');

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