Socket
Socket
Sign inDemoInstall

noblox.js

Package Overview
Dependencies
8
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.6.4 to 4.6.5

1

lib/group/getAuditLog.js
// Includes
const http = require('../util/http.js').func
const Promise = require('bluebird')

@@ -4,0 +5,0 @@ exports.required = ['group']

2

lib/group/getPlayers.js

@@ -45,3 +45,3 @@ // Includes

if (!dataArray) return reject(new Error('Error while retreiving players!'))
if (!dataArray) return reject(new Error('Error while retrieving players!'))

@@ -48,0 +48,0 @@ currentPlayers = currentPlayers.concat(dataArray)

// Includes
const http = require('../util/http.js').func
const Promise = require('bluebird')

@@ -4,0 +5,0 @@ // Args

const http = require('../util/http.js').func
const Promise = require('bluebird')

@@ -3,0 +4,0 @@ exports.required = ['group']

// Includes
const http = require('../util/http.js').func
const Promise = require('bluebird')

@@ -4,0 +5,0 @@ // Args

// Includes
const http = require('../util/http.js').func
const Promise = require('bluebird')

@@ -4,0 +5,0 @@ // Args

{
"name": "noblox.js",
"version": "4.6.4",
"version": "4.6.5",
"description": "A Node.js wrapper for ROBLOX. (original from sentanos)",

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

@@ -1420,3 +1420,3 @@ // Type definitions for noblox.js@4.6.0

on(event: 'error', listener: (err: Error) => void): this;
on(event: 'data', listener: (auditLog: audit) => void): this;
on(event: 'data', listener: (auditLog: AuditItem) => void): this;
}

@@ -1423,0 +1423,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc