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
82
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

to
2.0.3

8

package.json

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

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

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

"dependencies": {
"@vtbag/cam-shaft": "^1.0.4",
"@vtbag/cam-shaft": "^1.0.5",
"@vtbag/element-crossing": "^1.1.0",
"@vtbag/inspection-chamber": "^1.0.18",
"@vtbag/inspection-chamber": "^1.0.19",
"@vtbag/turn-signal": "^1.3.0"

@@ -93,3 +93,3 @@ },

"@types/node": "^22.10.3",
"astro": "^5.1.1",
"astro": "^5.1.2",
"prettier": "^3.4.2",

@@ -96,0 +96,0 @@ "prettier-plugin-astro": "^0.14.1",

@@ -18,8 +18,4 @@ 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)
`<InspectionChamber />` and `<CamShaft />`: Added a workaround to handle quoted animation names in Webkit which caused user agent animation names not being recognized in Safari.
The recent changes to `<CamShaft />` introduced a bug, which has now been fixed.
**Version 2.0.0 ๐ŸŽ‰ of astro-vtbot is here!**

@@ -38,10 +34,11 @@

> Latest version of @vtbag/element-crossing, with a bug fix for letting `attr-*` properties cross over to the new page!
> 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)
> The recent changes to `<CamShaft />` introduced a bug, which has now been fixed.
> The Inspection Chamber DevTools now also work for `pnpm` projects! \
Big shout out and "Thank You!" to [Lukas](https://github.com/Trombach) for providing this fix!
> New component for browser-native cross-document view transitions: The `<CamShaft>` component prevents the pseudo-smooth-scroll effect caused by view transition groups that exceed the height of the viewport when navigating to a different vertical scroll position.
## Reusable Components ๐Ÿงฉ

@@ -48,0 +45,0 @@

Sorry, the diff of this file is not supported yet