Giter VIP home page Giter VIP logo

Comments (3)

Turtus avatar Turtus commented on June 6, 2024

@emanuelb actually i did it with purpose to make each build with latest modules - as there are a lot of bugfixes sometime - minus fixed versions - but @rhrusha plz check what about verifiable builds task

from trusteewallet.

emanuelb avatar emanuelb commented on June 6, 2024

The lockfile is not forcing the usage of same versions, they can be still installed to newer, etc.. but it allows to know what versions are currently used in the commit/tag, and use the exact same versions, thus helping reproducibility, thus it's better to publish the lock file in repo & update it when changed to deps in package.json happen as well.

in case package-lock.json will be used (generated by npm) consider using the newer v2 lockfile format which is generated by npm 7 (check that app compilation work when using npm 7, etc...)

https://github.blog/2021-02-02-npm-7-is-now-generally-available/#changes-to-the-lockfile

The lockfile v2 unlocks the ability to do deterministic and reproducible builds to produce a package tree.

from trusteewallet.

Turtus avatar Turtus commented on June 6, 2024

ive done https://github.com/trustee-wallet/trusteeWallet/tree/dev

from trusteewallet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.