Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
astro-vtbot
Advanced tools
No, its not a roBOT, its a Bag of Tricks!
A current deployment of tech demos and the documentation can be found at https://events-3bg.pages.dev/
The bag of tricks provides support around Astro's view transitions. Some of the contents are technical demos, some are useful tools, and some are reusable components that you can use in your own project to handle edge cases that go beyond Astro's standard features.
The bag of tricks currently contains several technical demos that show examples of the implementation of various effects using the view transition events.
The sources are in the example
folder.
For functionality and usage see the documentation.
<ReplacementSwap />
: An alterantive DOM swap(), which preserves elements in the original DOM to avoid reinitialization of iframes or CSS animations.<VtBotDebug />
: A Debugging component that logs the events and their data as they occur.
<Linter>
: A linter component that helps you identify problems when setting up transitions.
1.1.3 - 2023-12-25
f11ba855e [Linter:] Add warnings when view transition names or scoped styles are potentially lost when elements are copied over by transition:persist
or data-vtbot-replace
.
6ab6f38b8 [VtBotDebug:] Show the ::view-transition
pseudo-elements that the browser inserts when it is ready to start the animations for view transitions.
0f1e1dda6 [ReplacementSwap:] Improve <ReplacementSwap>
documentation and optimize how old astro-route-announcer
are removed.
Plus: Correction of typos and improvement of wording
FAQs
The 👜 Bag of Tricks ✨ for Astro's View Transitions
The npm package astro-vtbot receives a total of 5,807 weekly downloads. As such, astro-vtbot popularity was classified as popular.
We found that astro-vtbot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.