Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@zipsesports/sos-wrapper
Advanced tools
Typed isomorphic wrapper for the Rocket League SOS Overlay System project suite
@zipsesports/sos-wrapper
Typed isomorphic wrapper for the Rocket League SOS Overlay System project suite
We're interested in the SOS Overlay System plugin for Bakke's Mod, a mod for esports title Rocket League. We wrote this package to make developing against the WebSocket interface's rebroadcasting relay easier.
npm install @zipsesports/sos-wrapper
See test.ts
.
import Emittery from "emittery";
/**
* Stolen straight from the README: https://gitlab.com/bakkesplugins/sos/sos-plugin/-/blob/4d815d9ebc582cfeeedd22db8cdfcf2c56e8c216/README.md
*/
declare type EventDataMap = {
"wsRelay:info": string;
"game:update_state": {
/* ... */
};
/* ... */
};
/**
* Connect to the WebSocket server at the specified port and wrap it in a typed `Emittery`
* @param port Port to connect to the relay server at, defaults to `49322`
*/
export default function wrap(
port?: number
): Promise<Emittery.Typed<EventDataMap>>;
MIT License, see LICENSE
.
FAQs
Typed isomorphic wrapper for the Rocket League SOS Overlay System project suite
The npm package @zipsesports/sos-wrapper receives a total of 7 weekly downloads. As such, @zipsesports/sos-wrapper popularity was classified as not popular.
We found that @zipsesports/sos-wrapper 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.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.