Skip to content

Commit bf87caf

Browse files
committed
docs: add roadmap
1 parent 5381129 commit bf87caf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,11 @@ comes to:
835835
}
836836
```
837837

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+
838843
## Contributing
839844
Feel free to open any issues: bug reports, feature requests or questions.
840845
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

Comments
 (0)