New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@quenty/signal

Package Overview
Dependencies
Maintainers
0
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quenty/signal

A simple signal implementation for Roblox

7.4.1-canary.503.09c816c.0
Source
npm
Version published
Weekly downloads
97
-76.51%
Maintainers
0
Weekly downloads
 
Created
Source

Signal

Documentation status Discord Build and release status
A simple signal implementation for Roblox

Installation

npm install @quenty/signal --save

This allows us to pass Lua objects around through a signal without reserialization. It wraps a Roblox bindable event, and reproduces Roblox's signal behavior.

Features

  • Supports Roblox's deferred event mode
  • Allows you to pass metatables and other data without reserialization
  • Light-weight
  • Maintains stack traces

Keywords

Roblox

FAQs

Package last updated on 04 Oct 2024

Did you know?

Socket

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.

Install

Related posts