
Research
Malicious npm Package Brand-Squats TanStack to Exfiltrate Environment Variables
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.
node.js client for [ispis.cz](https://ispis.cz/) to do background check of a person or company - written in TS ✔️ - handling authentication ✔️ - more friendly API ✔️ - normalized input data ✔️ - TODO: make batch API call - TODO: make downloadFile API call
node.js client for ispis.cz to do background check of a person or company - written in TS ✔️ - handling authentication ✔️ - more friendly API ✔️ - normalized input data ✔️ - TODO: make batch API call - TODO: make downloadFile API call
npm i ispis
// commonJS
const Ispis = require('ispis').default;
// ES6 modules
import Ispis from 'ispis';
const ispis = new Ispis({
login: `<username>`, // xx@xx.cz - your sign up credentials
password: `<password>` // xx@xx.cz - your sign up password
});
// ...
try {
const data = await ispis.searchPerson({
profile: "Devel", // Devel = development | CEE | CRE
firstName: "Tomáš",
lastName: "Novák",
birthDate: new Date(`06.16.1975`),
});
} catch (err) {
console.error(err);
}
// ...
try {
const data = await ispis.searchCompany({
profile: "Devel",
IC: "26185610"
});
} catch (err) {
console.error(err);
}
FAQs
node.js client for [ispis.cz](https://ispis.cz/) to do background check of a person or company - written in TS ✔️ - handling authentication ✔️ - more friendly API ✔️ - normalized input data ✔️ - TODO: make batch API call - TODO: make downloadFile API call
The npm package ispis receives a total of 8 weekly downloads. As such, ispis popularity was classified as not popular.
We found that ispis 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.

Research
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.

Research
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.