
Research
Malicious NuGet Packages Typosquat Nethereum to Exfiltrate Wallet Keys
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
@halo-media/ts-client-api
Advanced tools
A library for interacting with the Ticketsocket integration API
The main purpose of this library is to communicate with the Ticketsocket Integration API
Script Tag
<script src="/dist/ticketsocket-client-api.umd.js"></script>
<script>
let ticketsocket = new Ticketsocket.API('http://localhost:3000/', 'test-token');
ticketsocket.getCategories().then(console.log, console.error);
ticketsocket.getEvents().then(console.log, console.error);
</script>
ES6
import Ticketsocket from 'ticketsocket-client-api';
let ticketsocket = new Ticketsocket.API('http://localhost:3000/', 'test-token');
ticketsocket.getCategories().then(console.log, console.error);
ticketsocket.getEvents().then(console.log, console.error);
You can link this repository for client API development
Run in this repository directory:
npm link
Run in the project consuming this library
npm link ticketsocket-client-api
To update package version, create new tag and publish new version to npm do:
npm version {x.x.x}
npm run build
npm commit -m "Update package to v{x.x.x}"
npm git push origin
npm publish
FAQs
A library for interacting with the Ticketsocket integration API
The npm package @halo-media/ts-client-api receives a total of 3,838 weekly downloads. As such, @halo-media/ts-client-api popularity was classified as popular.
We found that @halo-media/ts-client-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 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
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.
Product
Socket is launching experimental protection for the Hugging Face ecosystem, scanning for malware and malicious payload injections inside model files to prevent silent AI supply chain attacks.