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.9.1 to 1.9.2

12

devToolbar/app.ts

@@ -34,3 +34,3 @@ import { defineToolbarApp } from 'astro/toolbar';

<p>Put your view transitions through their paces!</p><hr>
<p><span id="inspection-chamber-status">If you see this text, bad things happened. If you got here in a web-container, like e.g. Stackblitz, try to open the preview of your project in a new tab. If this does not help, <a href="https://github.com/martrapp/astro-vtbot/issues/new/choose">please file a bug report</a> with the related errors from the browser's console.</span></p><p>You notice a little sign near the power button of The Chamber:
<p><span id="inspection-chamber-status">If you see this text, bad things happened. If you got here in a web-container, like e.g. Stackblitz, try to open the preview of your project in a new tab. If this does not help, <a href="https://github.com/martrapp/astro-vtbot/issues/new/choose">please file a bug report</a> with the related errors from the browser's console.</span></p><p>You notice a little sign near the Inspection Chamber's power button:
<astro-dev-toolbar-button id="inspection-chamber-button">Out of Order</astro-dev-toolbar-button></p>

@@ -79,3 +79,3 @@ <style>

if (!document.startViewTransition) {
status.textContent = 'Your browser does not support view transitions. You notice a little sign near the power button of The Chamber:';
status.textContent = 'Your browser does not support view transitions.';
button.textContent = 'Out of Order';

@@ -85,3 +85,3 @@ button.disabled = true;

status.textContent = 'The Chamber is currently in standby mode.';
button.textContent = 'Reactivate the Inspection Chamber';
button.textContent = 'Reactivate';
button.addEventListener('click', () => {

@@ -94,3 +94,3 @@ top!.sessionStorage.removeItem('vtbag-ui-standby');

status.innerHTML = 'This page has an <code>&lt;InspectionChamber /></code> component.';
button.textContent = 'Switch Inspection Chamber to standby mode';
button.textContent = 'Switch to standby mode';
button.addEventListener('click', () => {

@@ -102,3 +102,3 @@ top!.sessionStorage.setItem('vtbag-ui-standby', 'true');

status.textContent = 'Chamber was activated via Dev Toolbar.';
button.textContent = 'Turn off the Inspection Chamber';
button.textContent = 'Turn off';

@@ -111,3 +111,3 @@ button.addEventListener('click', () => {

status.textContent = 'There is an Inspection Chamber here.';
button.textContent = 'Go ahead and power up the Inspection Chamber';
button.textContent = 'Power up';
button.addEventListener('click', () => {

@@ -114,0 +114,0 @@ top!.sessionStorage.removeItem('vtbag-ui-closed');

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

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

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

"dependencies": {
"@vtbag/element-crossing": "^1.0.0",
"@vtbag/element-crossing": "^1.0.1",
"@vtbag/inspection-chamber": "^1.0.10"

@@ -85,9 +85,9 @@ },

"@astrojs/check": "^0.9.3",
"@astrojs/starlight": "^0.26.3",
"@astrojs/starlight": "^0.27.1",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "^2.27.8",
"@playwright/test": "^1.46.1",
"@playwright/test": "^1.47.0",
"@types/dom-view-transitions": "^1.0.5",
"@types/node": "^22.5.4",
"astro": "^4.15.3",
"astro": "^4.15.4",
"prettier": "^3.3.3",

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

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

BrakePad πŸ¦₯ | ~0.2k
ElementCrossing 🚸 | ~1.2K
InspectionChamber πŸ”¬ | ~27k
Linter 🧹 | ~1.9k

@@ -47,0 +49,0 @@ LoadingIndicator ⏳ | ~0.4k

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