We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5381129 commit bf87cafCopy full SHA for bf87caf
README.md
@@ -835,6 +835,11 @@ comes to:
835
}
836
```
837
838
+## Roadmap
839
+It seems possible to avoid using package managers to patch lockfiles in the future. The algorithm will be greatly simplified:
840
+* Invoke [the registry audit API directly](https://github.com/antongolub/npm-registry-firewall/blob/master/src/main/js/firewall/plugins/audit.js#L84).
841
+* Read, modify and write lockfiles. [@antongolub/lockfile](https://github.com/antongolub/lockfile) is aimed to solve this issue.
842
+
843
## Contributing
844
Feel free to open any issues: bug reports, feature requests or questions.
845
You're always welcome to suggest a PR. Just fork this repo, write some code, put some tests and push your changes.
0 commit comments