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

gulp-seajs-trs

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-seajs-trs

An seajs transport plugin

  • 0.2.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-73.33%
Maintainers
1
Weekly downloads
 
Created
Source

使用说明

配置参数

{
  // 别名的文件或者文件夹,文件夹以 /结尾 以文件夹名称开始
  // 例如: 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的话也不会有问题~

Keywords

FAQs

Package last updated on 02 Apr 2015

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc