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

@rbxts/debris

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rbxts/debris - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@rbxts/debris",
"version": "1.0.0",
"version": "1.0.1",
"description": "A port of RobloxianDemo's Debris module.",

@@ -5,0 +5,0 @@ "main": "src/Debris/init.luau",

@@ -85,3 +85,3 @@ # Debris

// Modules
import { Debris } from "@rbxts/debris";
import { AddObject, RemoveObject } from "@rbxts/debris";

@@ -95,5 +95,5 @@ // Functions

Debris.AddObject(Part, math.huge);
AddObject(Part, math.huge);
task.wait(3);
Debris.RemoveObject(Part, "Part");
RemoveObject(Part, "Part");
```
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