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

@rbxts/flamework-gateways-mod

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rbxts/flamework-gateways-mod - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

out/interfaces/constructor.interface.d.ts

@@ -1,1 +0,1 @@

export declare type Constructor<T = unknown, A extends any[] = []> = new (...args: A) => T;
export declare type Constructor<T = unknown, A extends any[] = any[]> = new (...args: A) => T;
{
"name": "@rbxts/flamework-gateways-mod",
"version": "0.2.2",
"version": "0.2.3",
"description": "A class-based Flamework networking mod",

@@ -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