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
0
Versions
80
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.6 to 2.1.0

integration/env.d.ts

27

package.json

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

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

@@ -28,6 +28,10 @@ "homepage": "https://events-3bg.pages.dev/",

"assets",
"devToolbar"
"devToolbar",
"styles"
],
"exports": {
".": "./integration/index.ts",
"./starlight-view-transitions": "./integration/starlight-view-transitions.ts",
"./integration/starlight-middleware": "./integration/starlight-middleware.ts",
"./styles/starlight-view-transitions.css": "./styles/starlight-view-transitions.css",
"./components/*.astro": {

@@ -80,19 +84,20 @@ "types": "./components/*.d.ts",

"dependencies": {
"@vtbag/cam-shaft": "^1.0.5",
"@vtbag/cam-shaft": "^1.0.6",
"@vtbag/element-crossing": "^1.1.0",
"@vtbag/inspection-chamber": "^1.0.21",
"@vtbag/turn-signal": "^1.3.0"
"@vtbag/turn-signal": "^1.3.1",
"@vtbag/utensil-drawer": "^1.2.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.32.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "^2.27.11",
"@astrojs/starlight": "^0.32.1",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.28.1",
"@playwright/test": "^1.50.1",
"@types/dom-view-transitions": "^1.0.5",
"@types/node": "^22.13.4",
"astro": "^5.3.0",
"prettier": "^3.5.1",
"@types/node": "^22.13.5",
"astro": "^5.3.1",
"prettier": "^3.5.2",
"prettier-plugin-astro": "^0.14.1",
"publint": "^0.3.5",
"publint": "^0.3.6",
"typescript": "^5.7.2"

@@ -99,0 +104,0 @@ },

@@ -18,11 +18,15 @@ No, its **_NOT_** a roBOT ๐Ÿค–, its a ๐Ÿ‘œ <b>B</b>ag <b>o</b>f <b>T</b>ricks!โœจ

Starlight support was updated for Starlight versions >= 0.32!
Hello Astronauts! Now this one is BIG! The `astro-vtbot` has been many things so far. Now it is also a **Starlight plugin**!
Add the Bag to your [plugin list](https://events-3bg.pages.dev/library/StarlightPlugin/#installation) and instantaneously turn on browser-native cross-document view transitions for your existing Starlight site![^1] Starlight version >= 0.32 required!
[^1]: On supporting browsers, which is all major browsers but Firefox, and we are looking forward to Firefox joining the team this year as well!
## Recently Learned Tricks ##
> The existing Starlight support was updated for Starlight versions >= 0.32!
> The integration setup can now also find the `astro-inspection-chamber.js.ts` file when used in monorepos with `pnpm`. \
Big shout out and "Thank You!" to [Luรญsa](https://github.com/luisaverza) for providing this fix!
> `<InspectionChamber />` and `<CamShaft />`: Added a workaround to handle quoted animation names in Webkit which caused user agent animation names not being recognized in Safari.
**Version 2.0.0 ๐ŸŽ‰ of astro-vtbot is here!**

@@ -40,7 +44,2 @@

> 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! \

@@ -47,0 +46,0 @@ Big shout out and "Thank You!" to [Lukas](https://github.com/Trombach) for providing this fix!

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