New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More โ†’
Socket
Sign inDemoInstall
Socket

astro-vtbot

Package Overview
Dependencies
Maintainers
0
Versions
78
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 2.0.4 to 2.0.5

6

integration/index.ts

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

import { fileURLToPath } from 'node:url';
import path from 'node:path';

@@ -31,3 +32,6 @@ type VtBotOptions = {

pattern: '/_vtbot_inspection_chamber.js',
entrypoint: 'node_modules/astro-vtbot/integration/astro-inspection-chamber.js.ts',
entrypoint: path.resolve(
fileURLToPath(import.meta.url),
'../astro-inspection-chamber.js.ts'
),
});

@@ -34,0 +38,0 @@

2

package.json

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

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

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

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

The integration setup can now also find the `astro-inspection-chamber.js.ts` file when used in monorepos with `pnpm`. \
Big shout out and "Thank You!" to [Luรญsa](https://github.com/luisaverza) for providing this fix!
## Recently Learned Tricks ##
`<InspectionChamber />` and `<CamShaft />`: Added a workaround to handle quoted animation names in Webkit which caused user agent animation names not being recognized in Safari.

@@ -32,3 +37,2 @@

## Recently Learned Tricks ##

@@ -35,0 +39,0 @@ > Safari supports cross-document view transitions and the `<ElementCrossing />` component of astro-vtbot learned how to work with Safari.\

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