
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
rainbow-websocket
Advanced tools
rainbow-websocket is an basic implement of websocket base on nodejs, including authentication、promise encapsulation、error handle and so on...
rainbow-websocket is an basic implement of websocket, including authorization、promise encapsulation、error handle ...
No. | feature | process |
---|---|---|
1 | 异常处理 与 错误码 | 👌 |
2 | 等待连接的请求处理 | 👌 |
3 | 推送通知 |
No. | feature | process |
---|---|---|
1 | 以Promise 的形式调用 | 👌 |
2 | 心跳机制 | |
3 | 鉴权 | |
4 | 请求拦截器 | 👌 |
# build all
$ npm run build
# esm
$ npm run build:esm
# cjs
$ npm run build:cjs
# umd
$ npm run build:umd
// esm
import RainbowWebsocket from 'rainbow-websocket'
// cjs
const RainbowWebsocket = require('rainbow-websocket')
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/rainbow-websocket@0.0.4/dist/umd/rainbow-websocket.umd.js">
# websocket test server
npm run ws-server
# test page
npm run page-test
FAQs
rainbow-websocket is an basic implement of websocket base on nodejs, including authentication、promise encapsulation、error handle and so on...
The npm package rainbow-websocket receives a total of 0 weekly downloads. As such, rainbow-websocket popularity was classified as not popular.
We found that rainbow-websocket 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.