Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rbxts/reflex-class

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rbxts/reflex-class - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

6

out/source/custom-broadcaster/broadcast-receiver.d.ts
import { BroadcastAction, BroadcastReceiverOptions, ProducerMiddleware } from "@rbxts/reflex";
export declare const createPatchBroadcastReceiver: (options: BroadcastReceiverOptions) => {
interface PatchBroadcastReceiverOptions extends BroadcastReceiverOptions {
readonly OnPatch?: (patch: object) => void;
}
export declare const createPatchBroadcastReceiver: (options: PatchBroadcastReceiverOptions) => {
dispatch: (actions: BroadcastAction[]) => void;

@@ -7,1 +10,2 @@ hydrate: (state: object) => void;

};
export {};

2

package.json
{
"name": "@rbxts/reflex-class",
"version": "1.0.8",
"version": "1.0.9",
"description": "",

@@ -5,0 +5,0 @@ "main": "out/init.lua",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc