Socket
Socket
Sign inDemoInstall

roblox-js

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roblox-js - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

2

examples/exile.js

@@ -17,3 +17,3 @@ // Exile all the members in a group. You can also set rank to something if you want to exile a specific rank.

.then(function () {
rbx.getRolesetInGroupWithJar()
rbx.getRolesetInGroupWithJar(group)
.then(function (roleset) {

@@ -20,0 +20,0 @@ console.log('Queueing exile requests');

@@ -52,3 +52,7 @@ // Dependencies

method: 'POST',
form: inputs
form: inputs,
headers: {
'User-Agent': 'Mozilla'
},
jar: jar()
}

@@ -123,2 +127,3 @@ };

__EVENTVALIDATION: body.match(/__EVENTVALIDATION\|(.*?)\|/)[1],
__ASYNCPOST: 'true',
ctl00$cphRoblox$rbxGroupRoleSetMembersPane$currentRoleSetID: id

@@ -125,0 +130,0 @@ };

{
"name": "roblox-js",
"version": "3.0.3",
"version": "3.0.4",
"description": "A node module that provides an interface for performing actions on ROBLOX, mostly for use with their HttpService feature.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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