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
72
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.10.2 to 1.10.3

components/CamShaft.astro

13

package.json

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

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

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

"dependencies": {
"@vtbag/cam-shaft": "^1.0.0",
"@vtbag/element-crossing": "^1.0.1",
"@vtbag/inspection-chamber": "^1.0.14",
"@vtbag/inspection-chamber": "^1.0.15",
"@vtbag/turn-signal": "^1.0.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.28.2",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "^2.27.8",
"@changesets/cli": "^2.27.9",
"@playwright/test": "^1.47.2",
"@types/dom-view-transitions": "^1.0.5",
"@types/node": "^22.7.0",
"astro": "^4.15.9",
"@types/node": "^22.7.4",
"astro": "^4.15.11",
"prettier": "^3.3.3",

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

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

New component for cross-document view transitions: The `<TurnSignal>` enables Astro's forward/backward animations provided by `transition:animate` to work with native cross-document `@view-transition{}`. Slide right and left as you traverse the browser's history! Optionally you can configure the component with a total order of your site's pages, allowing it to automatically detect the transition direction.
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.
For details, see the [CHANGELOG of the Bag](https://github.com/martrapp/astro-vtbot/blob/main/CHANGELOG.md) and of the [CHANGELOG of the InstructionChamber](https://github.com/vtbag/inspection-chamber/blob/main/CHANGELOG.md) for minor improvements regarding the Chamber.
<!--For details, see the [CHANGELOG of the Bag](https://github.com/martrapp/astro-vtbot/blob/main/CHANGELOG.md) and of the [CHANGELOG of the InstructionChamber](https://github.com/vtbag/inspection-chamber/blob/main/CHANGELOG.md) for minor improvements regarding the Chamber.-->

@@ -26,2 +26,4 @@

> The `<TurnSignal>` enables Astro's forward/backward animations provided by `transition:animate` to work with native cross-document `@view-transition{}`. Optionally you can configure the component with a total order of your site's pages, allowing it to automatically detect the transition direction.
> The `<ElementCrossing />` is a component for those of you who experiment with CSS-only cross-document view transitions and miss a way to preserve state of HTML elements across navigation: Transfer selected element state to the other side!

@@ -50,2 +52,3 @@

BrakePad πŸ¦₯ | ~0.2k
CamShaft 🐫 | ~0.6k
ElementCrossing 🚸 | ~1.2K

@@ -64,2 +67,3 @@ InspectionChamber πŸ”¬ | ~27k

Swing 🎷 | ~0.1k
TurnSignal πŸ”™ |~0.5k
VtBotDebug πŸ› | ~2.8k

@@ -66,0 +70,0 @@ Zoom πŸ”Ž | ~0.1k

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