Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

astro-vtbot

Package Overview
Dependencies
Maintainers
0
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astro-vtbot - npm Package Compare versions

Comparing version 1.7.26 to 1.7.27

3

components/loading-indicator.ts

@@ -47,3 +47,4 @@ let show: () => void;

: document.querySelectorAll<HTMLLinkElement>(`head link[rel*="icon"]`);
const favicon = (options.src || icons[icons.length - 1]?.href) ?? '/favicon.ico';
const favicon =
options.src || (icons.length > 0 && icons[icons.length - 1]?.href) || '/favicon.ico';

@@ -50,0 +51,0 @@ let src = '';

@@ -6,3 +6,3 @@ {

},
"version": "1.7.26",
"version": "1.7.27",
"description": "The 👜 Bag of Tricks ✨ for Astro's View Transitions",

@@ -9,0 +9,0 @@ "homepage": "https://github.com/martrapp/astro-vtbot#readme",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc