🎉 Thank you for considering contributing to the audit-export project! 🌟 We appreciate your efforts and support. Please follow the guidelines below to contribute effectively. 🚀
To test the project locally, you use one of the test audits as input to this script, as shown below:
- To test with a NodeJS v16+ audit:
cat .playwright/fixtures/npm-audit-node-v16.json | node ./src/index.js <parameters>- To test with a NodeJS v10 to v15 audits:
cat .playwright/fixtures/npm-audit-node-v10.json | node ./src/index.js <parameters>- To test with pnpm audits:
cat .playwright/fixtures/pnpm-audit-v10.json | node ./src/index.js <parameters>- To test with yarn audits:
cat .playwright/fixtures/yarn-audit.jsonl | node ./src/index.js <parameters>- To test with bun audits:
cat .playwright/fixtures/bun-audit.json | node ./src/index.js <parameters>The tool is designed to work with different versions of Node.js. Specifically:
- For Node.js v10 to v14.
- For Node.js v16 and higher.
It also works with npm, pnpm, yarn and bun
Odd versions aren't listed, but also works.
So make sure to test the tool in both version ranges and tools to ensure compatibility. 🔄
We would like to extend our heartfelt gratitude to all contributors who have helped improve this project. Your time and effort are highly appreciated. If you encounter any issues or have suggestions, please open an issue or submit a pull request. Together, we can make audit-export even more awesome! 💪
Happy coding! 🚀