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

@rbxts/moonlite

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rbxts/moonlite - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

out/types.d.ts

@@ -75,3 +75,3 @@ export interface MoonTrack {

*/
FindElement(name: string): Instance | void;
FindElement(name: string): Instance | undefined;

@@ -83,3 +83,3 @@ /**

*/
FindElementOfType<T extends keyof Instances>(typeName: string): this is Instances[T];
FindElementOfType<T extends keyof Instances>(typeName: T): Instances[T];

@@ -86,0 +86,0 @@ /**

{
"name": "@rbxts/moonlite",
"version": "1.0.2",
"version": "1.0.3",
"description": "Moonlite typings",

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

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