
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.
@kaisclan/client
Advanced tools
JS interface for communication with KaisClan robots and classroom
Communicate with KaisClan robots.
yarn add @kaisclan/client mqtt
mqtt.connect('ws://3dpslabs.com:9001')
const { ClassRoom, Robot, Schemas } = require('kaisclan');
const mqtt = require('mqtt')
Now you can use the library.
<script type="text/javascript" src="//unpkg.com/@kaisclan/client@2.2.3"></script>
<script type="text/javascript" src="//unpkg.com/mqtt/dist/mqtt.min.js"></script>
Now you can use the library.
const client = mqtt.connect(`ws://3dpslabs.com:9001`);
client.on('connect', function () {
const classRoomABC = new ClassRoom('ABC123', client);
// Instance robot with ClassRoom
const robot1 = new Robot('1', classRoomABC);
robot1.moveTo(200, 200);
// Instance robot by self
const robot2 = new Robot('2', classRoomABC, { x: 100, y: 200, a: 120 });
robot2
.moveBackward(20)
.changeAngle(160)
.moveForward(80);
})
npm link
will allow you install your package in locally projectsnpm link kaisclan
to install projectFAQs
JS interface for communication with KaisClan robots and classroom
The npm package @kaisclan/client receives a total of 0 weekly downloads. As such, @kaisclan/client popularity was classified as not popular.
We found that @kaisclan/client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
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.