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
{
// 别名的文件或者文件夹,文件夹以 /结尾 以文件夹名称开始
// 例如: common/widgets/slider/
alias: {},
// 路径别名,用以控制线上文件路径 如未设置当前模块,则按照
// `{base}/{name}/{version}/` 格式进行拼接
// 拼接最终配置无`http(s):`
paths: {},
// 依赖关系拓扑,用于动态combo
combo: {},
// 基础路径地址。
base: 'https://g.alicdn.com/ju/',
// 是否生成map.js 如果不需要,可配置false
mapfile: 'map.js',
// 根目录,绝对路径
rootdir: rootdir+'/src/',
// 当前包名
// 用于网络请求
name: '',
// 用于定义包
rename: '',
// 版本设置
version: '0.0.0',
// 编码设置
charset: 'utf-8',
// 忽略部分文件,防止二次编译等问题
ignore: [],
// 是否匿名包,默认是false
anonymous: false
}
建议:
建议使用和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.