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.3 to 1.10.4

5

integration/astro-inspection-chamber.js.ts

@@ -1,5 +0,4 @@

import { readFileSync } from 'node:fs';
import 'astro/client';
import inspectionChamber from '@vtbag/inspection-chamber?raw';
const inspectionChamber = readFileSync('node_modules/@vtbag/inspection-chamber/lib/index.js');
export async function GET({ params, request }) {

@@ -6,0 +5,0 @@ return new Response(

20

package.json

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

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

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

"dependencies": {
"@vtbag/cam-shaft": "^1.0.0",
"@vtbag/element-crossing": "^1.0.1",
"@vtbag/inspection-chamber": "^1.0.15",
"@vtbag/turn-signal": "^1.0.2"
"@vtbag/cam-shaft": "^1.0.1",
"@vtbag/element-crossing": "^1.0.2",
"@vtbag/inspection-chamber": "^1.0.16",
"@vtbag/turn-signal": "^1.0.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.28.2",
"@astrojs/starlight": "^0.28.3",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "^2.27.9",
"@playwright/test": "^1.47.2",
"@playwright/test": "^1.48.1",
"@types/dom-view-transitions": "^1.0.5",
"@types/node": "^22.7.4",
"astro": "^4.15.11",
"@types/node": "^22.7.6",
"astro": "^4.16.5",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},

@@ -98,0 +98,0 @@ "funding": {

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

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.
The Inspection Chamber DevTools now als work for `pnpm` projects! \
Big shout out and "Thank You!" to [Lukas](https://github.com/Trombach) for providing this fix!
<!--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.-->
Brings you current versions of the @vtbag/* packages!
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 the smaller improvements regarding the Chamber.-->
## Recently Learned Tricks ##
> 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.
> 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.

@@ -27,0 +32,0 @@

Sorry, the diff of this file is not supported yet

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