Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
gulp-seajs-trs
Advanced tools
{
// 根目录文件 用于存储 map.js (debug 期用 src)
src: '',
// 输出根目录 用于存储 输出后的 map.js
dest: "",
// base
base: 'https://g.alicdn.com/',
// 当前包的 var name
varName: "",
// 多个包的 var names
vars: {},
// 约定的一些路径
paths: {
},
// 映射的一些公共库
alias: {
},
// 依赖关系
deps: {},
// 忽略的文件
ignore: [],
// 输出依赖配置表的文件名
mapfile: 'map.js'
}
建议:
建议使用和nodejs风格统一的编码方式,无需define,当然,写了define的话也不会有问题~
FAQs
An seajs transport plugin
The npm package gulp-seajs-trs receives a total of 4 weekly downloads. As such, gulp-seajs-trs popularity was classified as not popular.
We found that gulp-seajs-trs 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.
Did you know?
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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.