
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
streamlabs
Advanced tools
You need nodejs version > 8x because this module was made with ES6.
node --version
Add the latest version of streamlabs to your package.json:
npm install streamlabs --save
const StreamlabsApi = require('streamlabs');
Give the credentials of the StreamLabs to the constructor
| Params | Description | Optional | Type |
|---|---|---|---|
| clientId | The Client Id | false | string |
| clientSecret | The Client Secret | false | string |
| redirectUrl | The RedirectUrl with format 'http://yourdomain/callback' | false | string |
| scopes | They are 4 scopes: donations.read donations.create alerts.create socket.token | false | string |
| socketToken | The socket token | true | string |
| accessToken | The access token if you have one | true | string |
const streamlabs = new StreamlabsApi({
clientId: 'clientId',
clientSecret: 'clientSecret',
redirectUrl: 'http://yourdomain/yourrequest',
scopes: 'donations.read donations.create alerts.create socket.token alerts.write points.write points.read credits.write jar.write wheel.write',
});
You can test the module with your productive credentials.
First change the clientId and clientSecret in tests/integration/streamlabs.js with yours credentials, open a console and run npm start, open browser and type http://localhost:8080/
WARNING Always when you run npm start, the first link you click should be Authorization
FAQs
This module is a implementation of Streamlabs API https://streamlabs.com/
The npm package streamlabs receives a total of 4 weekly downloads. As such, streamlabs popularity was classified as not popular.
We found that streamlabs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.