
Company News
Socket Partners with Replit to Block Malicious Packages in AI-Powered Development
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.
Typescript and Javascript bindings for Myo, refactored to provide a clean interface
Myo javascript bindings.
Myo.js allows you to interact with Thalmic Labs's Myo Gesture Control Armband using websockets. Listen for IMU, EMG, and gesture events, as well as controlling vibration and locking.
Examples can be found here myo-tests.
Currently only intended for browser usage, will re-add node compatibility.
npm i myo-ts
You"ll need a Myo and Myo Connect
import myo from "myo"
myo.connect("com.stolksdorf.myAwesomeApp")
myo.on("fist", myo => {
console.log("Hello Myo!")
myo.vibrate()
})
A myo can be paired, connected, and/or synced.
A myo is paired if it's ever been connected to your computer. You can see a list of paired myos in Myo Connect's armband manager. When Myo.connect() is called, Myo.js will create a myo instance for every paired Myo on your computer and store them in Myo.myos array.
A myo is connected if it's turned on and connected to your computer over bluetooth. It can send over IMU events at this point, vibrate, and EMG (if myo.streamEMG(true) is called) but not poses since it's not synced with the user.
A myo is synced when the user puts it on and does the sync gesture. At this point it will start sending over pose and lock/unlock events.
You can use assets provided in Thalmic's branding and UX guidelines.
You can read the full documention in docs.md
Releases are documented in changelog.md, for recent minor changes just see commit log.
The Myo.js project is licensed using the modified BSD license. For more details, please see LICENSE.txt.
Thanks to stolksdorf for creating the original js wrappers.
This repo is maintained by ltetzlaff.
FAQs
Typescript and Javascript bindings for Myo, refactored to provide a clean interface
The npm package myo-ts receives a total of 7 weekly downloads. As such, myo-ts popularity was classified as not popular.
We found that myo-ts 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.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.