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.8.7 to 1.8.8

2

integration/astro-inspection-chamber.js.ts

@@ -7,3 +7,3 @@ import { readFileSync } from 'node:fs';

return new Response(
`if (!!document.startViewTransition && sessionStorage.getItem('vtbot-inspection-chamber') === 'true') {${inspectionChamber}};`,
`if (!!top.document.startViewTransition && top.sessionStorage.getItem('vtbot-inspection-chamber') === 'true') {${inspectionChamber}};`,
{

@@ -10,0 +10,0 @@ status: 200,

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

'head-inline',
`(function() {var s=document.createElement('script');s.src='/_vtbot_inspection_chamber.js';document.head.appendChild(s);var t=document.currentScript;setTimeout(()=>{t.remove();s.remove()},1000)})();`
`(function() {var s=document.createElement('script');s.blocking="render";s.src='/_vtbot_inspection_chamber.js';document.head.appendChild(s);var t=document.currentScript;setTimeout(()=>{t.remove();s.remove()},1000)})();`
);

@@ -39,0 +39,0 @@ }

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

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

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

"dependencies": {
"@vtbag/inspection-chamber": "^1.0.9"
"@vtbag/inspection-chamber": "^1.0.10"
},

@@ -89,4 +89,4 @@ "devDependencies": {

"@types/dom-view-transitions": "^1.0.5",
"@types/node": "^22.4.1",
"astro": "^4.14.3",
"@types/node": "^22.5.0",
"astro": "^4.14.5",
"prettier": "^3.3.3",

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

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

This is a small release with dependency updates and a small fix for the `<LoadingIndicator>`.
New, improved version of the inspection chamber.
## Recently Learned Tricks ##
V1.18.5 throws a colorful mix of things into the bag. Most notable is support for Starlight's persisted sidebar state, but also various improvements to the chamber and view transition name encoding. See the changelog for details!
V1.8.7 brought a small fix for the `<LoadingIndicator>`.
> V1.18.4 introduced 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.
V1.8.5 throws a colorful mix of things into the bag. Most notable is support for Starlight's persisted sidebar state, but also various improvements to the chamber and view transition name encoding. See the changelog for details!
> V1.8.4 introduced 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 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!

@@ -28,0 +30,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