🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@rbxts/emittery

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rbxts/emittery

Emittery v0.11.0 bindings for Roblox.

latest
Source
npmnpm
Version
0.2.0-alpha.2
Version published
Maintainers
1
Created
Source

Logo

@rbxts/jest

TypeScript type definitions for Jest Lua.
npm package →

TypeScript type definitions for Jest Lua and roblox-ts, sourced from the official Jest types. Currently, jest and jest-globals are ported, while jest-benchmark is not yet available.

See the Jest Lua documentation for more information on how to use Jest Lua.

Setup

Install Jest and Jest Globals with your package manager of choice:

npm install @rbxts/jest @rbxts/jest-globals
yarn add @rbxts/jest @rbxts/jest-globals
pnpm add @rbxts/jest @rbxts/jest-globals # 🛑 See below

Then, add the following to your Rojo project file, under the node_modules folder:

"node_modules": {
  "$className": "Folder",
  "@rbxts": {
    "$path": "node_modules/@rbxts"
  },
  "@rbxts-js": {
    "$path": "node_modules/@rbxts-js"
  }
}

Usage with pnpm

If you're using pnpm as your package manager, you'll need to create a .npmrc file in the root of your project with the following content:

node-linker=hoisted

License

This project is licensed under the MIT license.

Keywords

roblox

FAQs

Package last updated on 14 May 2025

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