Presented by Ed Thomson, GitHub
In this session, we’ll talk through the implications of NPM joining the GitHub family for JavaScript developers, and how to get the best out of GitHub for both your open source work as well as your work inside your organization.
GitHub Satellite: A community connected by code
On May 6th, we threw a free virtual event featuring developers working together on the world’s software, announcements from the GitHub team, and inspiring performances by artists who code.
More information: https://githubsatellite.com
Schedule: https://githubsatellite.com/schedule/
Original source
5 responses to “The JavaScript coders guide to getting more from GitHub and NPM – GitHub Satellite 2020”
Is the long version of npm audit report still be available somehow? Maybe with a flag?
v7 sounds good, though v8 is gonna be frekking awesome with Tink.
since when yarn downloads from npm registry?
Minor correction: at 11:00 – "^0.4.0" does not allow minor updates. The caret "Allows changes that do not modify the left-most non-zero digit" (from the npm docs).
I guess this is why npm recommends not publishing anything below 1.0.0 – the rules are not well known, and also "Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable." – from the semver spec point 4.
Holy shit, I got to have that new npm audit.