Releases: nuprl/ElementaryJS
Releases · nuprl/ElementaryJS
1.3.4
1.3.2
1.3.1
- Support JSON.stringify
- Use Stopify 1.3.1
I am quite confused about how lockfiles work. ElementaryJS uses package-lock.json, but Stopify uses yarn.lock. The Stopify 1.3.1 release has a lot updates to yarn.lock, which are summarized here:
https://github.com/ocelot-ide/Stopify/releases/tag/0.7.4
The ElementaryJS package-lock.json in this repository does not have these updates. So, when I install ElementaryJS with NPM, and that installs Stopify with NPM, does NPM read the Yarn lockfile?