遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/9225)
<a href="https://www.bestpractices.dev/projects/9225"><img src="https://www.bestpractices.dev/projects/9225/badge"></a>
A modern library of high quality, zero-dependency, fully typed, tree-shakeable utilities, parsers, data structure factories, converters and other capabilities to help in crafting quality Node.js/Bun and JavaScript/TypeScript applications quickly.
As this project is fully open source and hosted on GitHub, anybody so choosing is able to clone the project and continue development.
Repository on GitHub, which uses git. git is distributed.
All tests are publicly available and are co-located with the source code. Test scripts, including determining code test coverage may be run via typical NPM scripts: - npm run test:all - npm run buld:all
npm run test:all
npm run buld:all
警告:需要URL,但找不到URL。
GitHub actions are also used in a CI/CD capacity that lints, tests and builds the software with each commit. - https://github.com/cdepage/zerodep/blob/main/.github/workflows/ci.yml
While this project does not provide any functionality nor relies upon any functionality requiring cryptography, it is available from multiple sources (e.g. NPM or GitHub) that enforce HTTPS requirements. The accounts at each location are also configured to require MFAs for all maintainers.
This project does not provide any functionality nor relies upon any functionality requiring cryptography.
// X-Content-Type-Options was not set to "nosniff".
The purpose of a lot of the JavaScript packages created by this project are intended to minimize attack surface areas by having no third-party dependencies. As this is publicly distributed by NPM, there is no need for browser-based hardening mechanisms such as CSP.
This project has comprehensive unit testing that exercise the code against the full range of input types found within a TypeScript/JavaScript environment. Full details may be found within each test co-located with the source code: - https://github.com/cdepage/zerodep/tree/main/packages
后退