
Research
/Security News
OpenAPI React Query Codegen Compromised in Mini Shai-Hulud npm Supply Chain Attack
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.
brainclouds2s
Advanced tools
brainCloud S2S client Node JS library
var brainclouds2s = require('brainclouds2s');
// Fill in your needed app info
appId = "00000";
serverName = "myServerName";
serverSecret = "aaaaaaaa-bbbb-0000-cccc-111111111111";
var S2S = {}
S2S.context = brainclouds2s.init(appId, serverName, serverSecret);
// Example S2S Call
brainclouds2s.request(S2S.context, {
service: "lobby",
operation: "SYS_ROOM_ASSIGNED",
data: {
lobbyId: "...",
connectInfo: {
roomId: "...",
url: "...",
port: "...",
wsPort: "..."
}
}
});
App Id is viewable on the Design | Core App Info | Application IDs page.
Server Name and Server Secret can be set on the Design | Core App Info | S2S Config page.
An example of creating a S2S connection with brainCloud can be found with the Warstone example, in the rsm folder.
Additional documentation on the S2S calls can be found here.
FAQs
brianCloud S2S module
The npm package brainclouds2s receives a total of 34 weekly downloads. As such, brainclouds2s popularity was classified as not popular.
We found that brainclouds2s demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.

Research
/Security News
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.

Security News
Socket joins more than 100 technology, cybersecurity, and financial organizations calling for a global surge in cyber defense.

Product
Enterprise security teams can now detect malware, credential theft, suspicious network activity, and risky updates across Microsoft Edge extensions.