
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
restful-started
Advanced tools
简化使用ts-express-restful 模块时的各种配置,一句启动服务器
require("restful-started")
.configRoute({})
.configDb({url: "postgres://"})
.start({});
export interface IRouteOptions {
scannerDir?: string;
urlPrefix?: string;
}
export interface IDatabaseOptions {
modelDir?: string;
force?: boolean;
url?: string;
}
export interface IServerOptions {
listen?: PORT;
}
FAQs
typescript restful started
The npm package restful-started receives a total of 5 weekly downloads. As such, restful-started popularity was classified as not popular.
We found that restful-started demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.