Socket
Socket
Sign inDemoInstall

noblox.js

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noblox.js - npm Package Compare versions

Comparing version 4.14.0 to 4.14.1

6

lib/groups/getGroup.js

@@ -34,4 +34,6 @@ // Includes

body.shout.created = new Date(body.shout.created)
body.shout.updated = new Date(body.shout.updated)
if (body.shout) {
body.shout.created = new Date(body.shout.created)
body.shout.updated = new Date(body.shout.updated)
}

@@ -38,0 +40,0 @@ resolve(body)

{
"name": "noblox.js",
"version": "4.14.0",
"version": "4.14.1",
"description": "A Node.js API wrapper for Roblox.",

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

@@ -1071,3 +1071,3 @@ // types/Types

owner: GroupUser;
shout: GroupShout;
shout?: GroupShout;
memberCount: number;

@@ -1884,2 +1884,2 @@ isBuildersClubOnly: boolean;

nextPageCursor: string;
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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