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 2.2.0 to 2.2.1

2

lib/getPlayers.js

@@ -112,3 +112,3 @@ // Dependencies

function getPlayersInRole (role) {
var url = 'http://www.roblox.com/Groups/group.aspx?gid=' + group;
var url = '//www.roblox.com/Groups/group.aspx?gid=' + group;
return http({url: url})

@@ -115,0 +115,0 @@ .then(function (body) {

{
"name": "roblox-js",
"version": "2.2.0",
"version": "2.2.1",
"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