All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

npm ships staged publishing GA and new --allow-* install source flags for supply-chain security

By

brianmcnulty

9d ago· 3 min readenNews

Summary

npm has released two supply-chain security updates in CLI version 11.15.0+: staged publishing is now generally available (allowing maintainers to approve package versions before they go live), and new --allow-* install source flags (--allow-file, --allow-remote, --allow-directory) have been added to complement the existing --allow-git flag, giving developers more granular control over where packages can be installed from.

Key quotes

· 3 pulled
Today we're shipping two updates focused on supply-chain security for npm
Staged publishing is now generally available on npm.
Instead of a direct publish that immediately makes a package version available to consumers, the prebuilt tarball is uploaded to a stage queue where a maintainer must explicitly approve it before it become
Snippet from the RSS feed
Today we’re shipping two updates focused on supply-chain security for npm: Staged publishing is generally available. New --allow-* install source flags (--allow-file, --allow-remote, --allow-directory) complement the existing --allow-git flag. Both…

You might also wanna read