Socket
Socket
Sign inDemoInstall

astro-css-components

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astro-css-components - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "astro-css-components",
"version": "0.3.0",
"version": "0.3.1",
"description": "CSS Components for Astro",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -44,3 +44,3 @@ # astro-css-components

<body>
<slot />
<slot />q
</body>

@@ -114,3 +114,3 @@ </html>

```jsx
<CSSComponent register={{ name: "should-be-orange", content: ".should-be-orange {color: orange;}" conditional={page.loadCSSModules.includes("orange")} }} />
<CSSComponent register={{ name: "should-be-orange", content: ".should-be-orange {color: orange;}" }} conditional={page.loadCSSModules.includes("orange")} />
```

@@ -117,0 +117,0 @@

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