Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@retro_ig/poopoo-api-package
Advanced tools
A very cool package to interact with the Poo Poo API Easily
This is unofficial btw
npm
npm i @retro_ig/poopoo-api-package
yarn
yarn add @retro_ig/poopoo-api-package
const { PooPooAPI } = require('@retro_ig/poopoo-api-package')
const api = new PooPooAPI({
logError: true, //this will log node-fetch errors
logAction: true //this will log every action
})
const apiTest = async () => {
//password generation
let pass = await api.passwordGenerator()
console.log(pass)
}
apiTest()
If you want further information on the API, check out the Documentation and the API website
FAQs
A very cool package to interact with the Poo Poo API Easily
The npm package @retro_ig/poopoo-api-package receives a total of 13 weekly downloads. As such, @retro_ig/poopoo-api-package popularity was classified as not popular.
We found that @retro_ig/poopoo-api-package 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.