
Security News
pnpm 10.16 Adds New Setting for Delayed Dependency Updates
pnpm's new minimumReleaseAge setting delays package updates to prevent supply chain attacks, with other tools like Taze and NCU following suit.
theknot-ui-footer
Advanced tools
UI component for theknot.com main footer. This project does not currently have any tests because there are no scripts for this component and the build process is run through tk-bootstrap.
index.sass
is the entrypoint for all footer-related styles.
footer.mustache
gets compiled into the static footer file on S3 that's consumed by the_knot_layout and by proxy all theknot.com applications.
This repo is consumed by 2 separate applications: tk-bootstrap & brashboard. You would need to create separate branches based either from master or chore/decouple-from-layout for each feature you want to add to the footer.
git checkout master
and git pull
to make sure you have the latest changes.npm publish
and log on to Gemfury to verify the latest is being published. (dist
is not created in this version of the package!)chore/decouple-from-layout
and make your changes.chore/decouple-from-layout
when you are sure the changes are ready to go.git checkout chore/decouple-from-layout
and git pull
to make sure you have the latest changes../node_modules/.bin/gulp generate_dist
to create new dist.npm publish
and log on to Gemfury to verify the latest is being published. (dist
should have been created!)FAQs
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pnpm's new minimumReleaseAge setting delays package updates to prevent supply chain attacks, with other tools like Taze and NCU following suit.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.