
Security News
Feross on TBPN: Socket's Series C and the State of Software Supply Chain Security
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.
@pantherx.dev/common-api
Advanced tools
This library enables easy, axios-powered, type-safe access to Central Management API endpoints. It relies primarily on @pantherx.dev/common.
The collection was initially developed for testing, hence the rather verbose approach (axios config for each request), however, it also makes it very flexible and accessible. One benefit of using this, is that all odities are documented, and DTO's are up to date.
This likely won't be useful to you unless you are working with us, or with / on one of our products.
Install with
npm i --save @pantherx.dev/common-api
and use like this:
import { cmDocuments } from '@pantherx.dev/common'
const axiosConfig = {
headers: {
authorization: `Bearer ${access_token}`,
},
baseURL: 'https://identity.domain.com',
}
// Shortcut: axiosConfigDefault(accessToken)
const documents = await cmDocuments.list(axiosConfig)
Similiarly for others: cmDevices, cmUsers, ...
Default operations include:
listgetcreatepatch (this might become update in the future)deleteFAQs
Axios-powered, type-safe access to Central Management API
We found that @pantherx.dev/common-api 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
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.

Security News
OSV withdrew 157 OSV malware reports after automated false positives incorrectly flagged trusted npm and PyPI packages, sending bad records into tools that rely on OSV data.

Research
/Security News
TrapDoor crypto stealer hits 36 malicious packages across npm, PyPI, and Crates.io, targeting crypto, DeFi, AI, and security developers.