Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More β†’
Socket
Sign inDemoInstall
Socket

astro-vtbot

Package Overview
Dependencies
Maintainers
0
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.8.3 to 1.8.4

4

integration/index.ts

@@ -38,3 +38,5 @@ import type { AstroIntegration } from 'astro';

'head-inline',
`if (sessionStorage.getItem('${DTB_TOKEN}') === 'true') {${inspectionChamber}}; document.currentScript.remove()`
`if (sessionStorage.getItem('${DTB_TOKEN}') === 'true') {${inspectionChamber}};
const script = document.currentScript;
setTimeout(script.remove(), 1000)`
);

@@ -41,0 +43,0 @@ }

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

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

@@ -77,13 +77,13 @@ "homepage": "https://events-3bg.pages.dev/",

"dependencies": {
"@vtbag/inspection-chamber": "^1.0.3"
"@vtbag/inspection-chamber": "^1.0.6"
},
"devDependencies": {
"@astrojs/check": "^0.8.3",
"@astrojs/starlight": "^0.25.2",
"@astrojs/check": "^0.9.2",
"@astrojs/starlight": "^0.25.4",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "^2.27.7",
"@playwright/test": "^1.45.3",
"@playwright/test": "^1.46.0",
"@types/dom-view-transitions": "^1.0.5",
"@types/node": "^22.0.0",
"astro": "^4.12.2",
"@types/node": "^22.2.0",
"astro": "^4.13.3",
"prettier": "^3.3.3",

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

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

Deep down at the bottom of the Bag of Tricks, in a hidden inner pocket, there is a secret passage to an ominous machine room. In the machine room stands the [inspection chamber](https://events-3bg.pages.dev/inspection-chamber-demo/first-page/), quietly humming to itself.
This release introduces an updated version of the Inspection Chamber, now packed with new, shiny displays and knobs. The Chamber is steadily maturing, evolving from a cool prototype into a cool, reliable tool.
See your view transitions like never before: examine all details, reveal, debug, and optimize!
See your view transitions like never before: examine every detail, reveal, debug, and optimize! Now, drill down into the effects of each pseudo-element introduced by the view transition API and even selectively toggle individual animations to better understand what’s happening!
Summon the Inspection Chamber as a component ([&lt;InspectionChamber />](https://events-3bg.pages.dev/library/InspectionChamber/)) or [install The Bag as an integration!](hhttps://events-3bg.pages.dev/library/Installation/#installing-as-an-astro-integration)
## Recently Learned Tricks ##
> Summon the Inspection Chamber as a component ([&lt;InspectionChamber />](https://events-3bg.pages.dev/library/InspectionChamber/)) or [install The Bag as an integration!](hhttps://events-3bg.pages.dev/library/Installation/#installing-as-an-astro-integration) and access the Chamber from the devToolbar!
> Starlight Support: Ever wanted to see what your Starlight site looks like with view transitions enabled? Follow [these steps](https://events-3bg.pages.dev/jotter/starlight/guide/) to get rid of full page loads and make your Starlight site look like a SPA!

@@ -26,0 +27,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