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
76
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 2.0.1 to 2.0.2

8

package.json

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

},
"version": "2.0.1",
"version": "2.0.2",
"description": "The πŸ‘œ Bag of Tricks ✨ for Astro's View Transitions",

@@ -79,4 +79,4 @@ "homepage": "https://events-3bg.pages.dev/",

"dependencies": {
"@vtbag/cam-shaft": "^1.0.3",
"@vtbag/element-crossing": "^1.0.4",
"@vtbag/cam-shaft": "^1.0.4",
"@vtbag/element-crossing": "^1.1.0",
"@vtbag/inspection-chamber": "^1.0.18",

@@ -92,3 +92,3 @@ "@vtbag/turn-signal": "^1.3.0"

"@types/dom-view-transitions": "^1.0.5",
"@types/node": "^22.10.2",
"@types/node": "^22.10.3",
"astro": "^5.1.1",

@@ -95,0 +95,0 @@ "prettier": "^3.4.2",

@@ -18,7 +18,12 @@ No, its **_NOT_** a roBOT πŸ€–, its a πŸ‘œ <b>B</b>ag <b>o</b>f <b>T</b>ricks!✨

Safari supports cross-document view transitions and the `<ElementCrossing />` component of astro-vtbot learned how to work with Safari.\
For details see the [Changelog of @vtbag/element-crossing](https://github.com/vtbag/element-crossing/blob/main/CHANGELOG.md)
Version 2.0.0 πŸŽ‰ of astro-vtbot is here!
This release changes what is automatically installed if you install astro-vtbot as an Astro integration. Now installing as an integration using `astro add astro-vtbot` should be your default choice for installing astro-vtbot. This gives you access to the `inspection-chamber` on every page via Astro's devToolbar!
The recent changes to `<CamShaft />` introduced a bug, which has now been fixed.
**Version 2.0.0 πŸŽ‰ of astro-vtbot is here!**
The major release changes what is automatically installed if you install astro-vtbot as an Astro integration. Now installing as an integration using `astro add astro-vtbot` should be your default choice for installing astro-vtbot. This gives you access to the `inspection-chamber` on every page via Astro's devToolbar!
In contrast, `<LoadingIndicator />` and the `<Linter />` components will no longer be automatically integrated and must be explicitly added if needed, e.g. in a global Layout.astro. During a transition period, the previous behavior can still be restored using toggles in the astro.config file.

@@ -25,0 +30,0 @@

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