New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

astro-vtbot

Package Overview
Dependencies
Maintainers
1
Versions
79
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.23 to 1.7.24

6

components/loading-indicator.ts

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

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

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

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

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

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

"@astrojs/check": "^0.7.0",
"@astrojs/starlight": "^0.23.2",
"@astrojs/starlight": "^0.24.2",
"@changesets/changelog-github": "0.5.0",

@@ -83,5 +83,5 @@ "@changesets/cli": "^2.27.5",

"@types/dom-view-transitions": "^1.0.4",
"@types/node": "^20.12.13",
"astro": "^4.9.2",
"prettier": "^3.1.0",
"@types/node": "^20.14.2",
"astro": "^4.10.2",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",

@@ -88,0 +88,0 @@ "typescript": "^5.3.3"

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