Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
`ado-pat` is a CLI and a library to help tool authors get a functioning user PAT for Azure DevOps. The package wraps the `msal-node` and `msal-node-extension` packages to do its work of retrieving an Entra ID access token with cached persistence.
ado-pat
is a CLI and a library to help tool authors get a functioning user PAT for Azure DevOps. The package wraps the msal-node
and msal-node-extension
packages to do its work of retrieving an Entra ID access token with cached persistence.
Globally
$ npm install --global ado-pat
Locally
$ npm install ado-pat
Get help from the tool
$ ado-pat --help
Usage: ado-pat [options]
Options:
-t, --tenant-id <tenant id> Azure AD tenant ID
-d, --display-name <display name> Display name for the PAT
-o, --organization <org> Azure DevOps organization name
-h, --help display help for command
(for now, this is a CommonJS package)
const { getPAT, acquireEntraIdToken } = require("ado-pat");
const token = await acquireEntraIdToken();
const pat = await getPAT({
organization: "your org",
token: token.accessToken,
});
FAQs
`ado-pat` is a CLI and a library to help tool authors get a functioning user PAT for Azure DevOps. The package wraps the `msal-node` and `msal-node-extension` packages to do its work of retrieving an Entra ID access token with cached persistence.
The npm package ado-pat receives a total of 1 weekly downloads. As such, ado-pat popularity was classified as not popular.
We found that ado-pat demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.