New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tsnd

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsnd

runtime ts cjs & esm module

1.1.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

TSND

这是一个 ts 运行时工具

NPM version npm download License

Sonar

安装

1. 全局

# 通过npm安装
npm install -g tsnd

# 或者通过yarn安装
yarn global add tsnd

2. 本地

# 通过npm安装
npm install -D tsnd

# 或者通过yarn安装
yarn add -D tsnd

使用

# 运行typescript写的cjs模块
tscjs test.ts
# or
tsnd-cjs test.ts

# 运行typescript写的esm模块
tsesm test.ts
# or
tsnd-esm test.ts

配置

无需配置

Keywords

tsnd

FAQs

Package last updated on 07 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts