New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

event-deliver

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

event-deliver

一个不一样的事件传送器

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

ts-dev-template

ts 开发基础配置环境

Notice

这是一个模板仓库,可用于初始化Ts开发时的一些推荐配置

Usage

1.调用模板创建仓库

点击仓库首页右边绿色按钮(Use This Template)或访问https://github.com/lc-cn/ts-dev-template/generate,根据github提示创建仓库

2.拉取你刚刚创建的仓库(<>表示括号内描述的内容为必填)

git clone <你刚刚创建的仓库地址>

2.安装依赖

npm install
# 或 npm i

3.运行开发环境(ts-node-dev运行ts代码)

npm run dev

4.将ts编译成js(编译代码成普通node可执行的js代码)

npm run build

5.执行编译后的js(通常生产环境调用)

npm start
# 或 npm run start

Keywords

ts

FAQs

Package last updated on 19 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