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.12 to 1.7.13

components/ReadyToFinished.astro

4

components/starlight/utils.ts

@@ -46,3 +46,3 @@ export const MAIN_FRAME = 'div.main-frame';

export function openCategory(url?: URL) {
export function openCategory(url?: URL, scrollIntoView = true) {
const currentLink = url

@@ -56,5 +56,5 @@ ? sidebarEntry(url)

}
currentLink?.scrollIntoView({ block: 'center', behavior: 'instant' });
scrollIntoView && currentLink?.scrollIntoView({ block: 'center', behavior: 'instant' });
}

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

},
"version": "1.7.12",
"version": "1.7.13",
"description": "The ๐Ÿ‘œ Bag of Tricks โœจ for Astro's View Transitions",

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

No, its **_NOT_** a roBOT ๐Ÿค–, its a ๐Ÿ‘œ <b>B</b>ag <b>o</b>f <b>T</b>ricks!โœจ
# **The Bag of Tricks** for Astro's **View Transitions**
## "If it doesn't move, it's probably unmoved."

@@ -6,0 +5,0 @@ The bag of tricks provides extensions & support around Astro's view transitions.

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