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

astro-vtbot

Package Overview
Dependencies
Maintainers
1
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.22 to 1.7.23

14

components/loading-indicator.ts

@@ -1,9 +0,1 @@

/// <reference types="astro/client" />
import {
TRANSITION_AFTER_PREPARATION,
TRANSITION_BEFORE_PREPARATION,
TRANSITION_BEFORE_SWAP,
TRANSITION_PAGE_LOAD,
} from 'astro:transitions/client';
let show: () => void;

@@ -35,5 +27,5 @@ let hide: () => void;

if (!(initializer && lowPrio)) initializer = onPageLoad;
document.addEventListener(TRANSITION_PAGE_LOAD, doInit);
document.addEventListener(TRANSITION_BEFORE_PREPARATION, doShow);
document.addEventListener(TRANSITION_AFTER_PREPARATION, doHide);
document.addEventListener("astro:page-load", doInit);
document.addEventListener("astro:before-preparation", doShow);
document.addEventListener("astro:after-preparation", doHide);
}

@@ -40,0 +32,0 @@

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

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

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

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