Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
ranma取自同名动漫人物乱马,意指同一个事物的不同形式。
为满足所写的代码能同时运行于server环境和web环境,而不需手动修改,所以做了个转换方法,使得几者之间的模块能够互相等价转化。
需要注意的是AMD模块的写法应遵守文件和模块一对一的原则。
npm install ranma
cjsify(code:String):String
CommonJS
AMD
和CMD
,会将define的factory提取,改写return为module.exports并删除define,如果define父语句有if判断也会删除es6 module
,会将module和import变为require,export变为exports,export default变为module.exportsamdify(code:String):String
AMD
CMD
不做修改,因为AMD
兼容这种写法cmdify(code:String):String
CMD
AMD
类型,会进行依赖转化——即将factory的参数改为CMD
的require, exports, module固定参数,同时依赖变为require变量声明type.isCommonJS(code:String):Boolean
CommonJS
type.isAMD(code:String):Boolean
AMD
type.isCMD(code:String):Boolean
CMD
type.isModule(code:String):Boolean
es6 module
define.amd
的判断require, exports, module
[MIT License]
FAQs
A converter between CommonJS/AMD/CMD/other
We found that ranma demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.