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.
##A converter between CommonJS and XMD(AMD/CMD)
The javascript lexer bases on jssc: https://github.com/army8735/jssc
为满足所写的模块能同时运行于server环境和web环境,而不需手动修改,所以做了个转换方法,使得二者之间的模块能够互相等价转化。 原理即CommonJS模块头尾加上define,反之去掉。如果是转为AMD,还会提取依赖并解析为factory的形参。 需要注意的是AMD模块的写法应遵守文件和模块一对一的原则。AMD和CMD之间的转化同理。
##INSTALL
npm install ranma
##API
ranma.cj2amd(code:String):String 将CommonJS模块代码转换为AMD
ranma.cj2cmd(code:String):String 将CommonJS模块代码转换为CMD
ranma.amd2cj(code:String):String 将AMD模块代码转换为CommonJS
ranma.cmd2cj(code:String):String 将CMD模块代码转换为CommonJS
ranma.amd2cmd(code:String):String 将AMD模块代码转换为CMD
ranma.cmd2amd(code:String):String 将CMD模块代码转换为AMD
[MIT License]
FAQs
A converter between CommonJS/AMD/CMD/other
The npm package ranma receives a total of 2 weekly downloads. As such, ranma popularity was classified as not popular.
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.