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

@rbxts/refx

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rbxts/refx - npm Package Compare versions

Comparing version 0.3.2 to 1.0.0-rc1

LICENSE.txt

7

out/index.d.ts

@@ -15,7 +15,4 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

/** @server */
Start(players: Player[]): this;
/** @server */
Start(players?: Player[]): this;
GetPlayers(): Player[];
/** @server */
Destroy(): this;

@@ -42,1 +39,3 @@

export declare function Start(): void;
export as namespace Refx;
{
"name": "@rbxts/refx",
"version": "0.3.2",
"description": "A library for Replicating Visual Effects in Roblox.",
"main": "out/init.lua",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"prepublishOnly": "npm run build"
},
"keywords": ["refx", "visual effects", "vfx", "replication"],
"author": "wAD",
"repository": "https://github.com/wad4444/refx",
"license": "ISC",
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.3.0-types.1",
"@rbxts/types": "^1.0.775",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-roblox-ts": "^0.0.36",
"prettier": "^3.2.5",
"roblox-ts": "^2.3.0",
"typescript": "^5.4.5"
},
"dependencies": {
"@rbxts/remo": "^1.4.0",
"@rbxts/signal": "^1.1.1",
"@rbxts/t": "^3.1.1"
}
}
"name": "@rbxts/refx",
"version": "1.0.0-rc1",
"description": "A library for Replicating Visual Effects in Roblox.",
"main": "out/init.lua",
"scripts": {
"build": "rbxtsc --rojo ts.project.json",
"watch": "rbxtsc -w --rojo ts.project.json",
"prepublishOnly": "npm run build"
},
"keywords": ["refx", "visual effects", "vfx", "replication"],
"author": "wAD",
"repository": "https://github.com/wad4444/refx",
"license": "ISC",
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.3.0-types.1",
"@rbxts/types": "^1.0.775",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-roblox-ts": "^0.0.36",
"prettier": "^3.2.5",
"roblox-ts": "^2.3.0",
"typescript": "^5.4.5"
},
"dependencies": {
"@rbxts/remo": "^1.4.0",
"@rbxts/signal": "^1.1.1",
"@rbxts/t": "^3.1.1"
}
}
<div align="center">
<img src="assets/logo.png" alt="RefX" width="175" />
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/logo.png">
<source media="(prefers-color-scheme: light)" srcset="assets/logo-dark.png">
<img alt="Refx Logo" src="logo.png">
</picture>
<br><br><br>
<p>A library for Replicating Visual Effects in Roblox</p>
<a href="https://github.com/"><strong>View docs &rarr;</strong></a>
<a href="https://wad4444.github.io/refx/"><strong>View docs &rarr;</strong></a>
<br><br><br>
Made with love by [@wAD](https://github.com/g1mmethemoney)❤️
Made with love by [@wAD](https://github.com/wad4444)❤️
<br>
[Support the project](https://hipolink.me/wad4444)✨
</div>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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