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

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

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

使用说明

配置参数

{
  // 根目录文件 用于存储 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的话也不会有问题~

Keywords

FAQs

Package last updated on 21 Apr 2016

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