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

@unocss/astro

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/astro - npm Package Compare versions

Comparing version 0.46.5 to 0.47.0

5

dist/index.d.ts

@@ -17,2 +17,7 @@ import { AstroIntegration } from 'astro';

injectEntry?: boolean | string;
/**
* Inject extra imports for every astro page
* @default []
*/
injectExtra?: string[];
}

@@ -19,0 +24,0 @@ declare function UnoCSSAstroIntegration<Theme extends {}>(options?: AstroIntegrationConfig<Theme>, defaults?: UserConfigDefaults): AstroIntegration;

10

package.json
{
"name": "@unocss/astro",
"version": "0.46.5",
"version": "0.47.0",
"description": "UnoCSS integration for Astro",

@@ -40,8 +40,8 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"dependencies": {
"@unocss/core": "0.46.5",
"@unocss/reset": "0.46.5",
"@unocss/vite": "0.46.5"
"@unocss/core": "0.47.0",
"@unocss/reset": "0.47.0",
"@unocss/vite": "0.47.0"
},
"devDependencies": {
"astro": "^1.6.4"
"astro": "^1.6.11"
},

@@ -48,0 +48,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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