
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
@basketry/json-schema
Advanced tools
Basketry parser for JSON schema documents. This parser can be coupled with any Basketry generator to translate a JSON schema document into other artifacts including servers, clients, and human-readable documentation.
The following example converts a JSON schema into Typescript types:
https://petstore.swagger.io/v2/swagger.json as petstore.json in the root of your project.npm install -g basketry @basketry/json-schema @basketry/typescriptbasketry --source petstore.json --parser @basketry/json-schema --generators @basketry/typescript --output srcWhen the last step is run, basketry will parse the source file (petstore.json) using the specified parser (@basketry/json-schema) and then run each specified generator (in this case only @basketry/typescript) writing the output folder (src).
npm cinpm run buildnpm startNote that the lint script is run prior to build. Auto-fixable linting or formatting errors may be fixed by running npm run fix.
.test.ts suffixnpm t/coverage/lcov-report/index.htmlmain branch.npm version {major|minor|patch}git push origin main --follow-tagsThe publish workflow will build and pack the new version then push the package to NPM. Note that publishing requires write access to the main branch.
Generated with generator-ts-console
FAQs
Basketry parser for JSON schema documents
We found that @basketry/json-schema demonstrated a healthy version release cadence and project activity because the last version was released less than 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
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.