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

@fylgja/auto-grid

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fylgja/auto-grid - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

7

package.json
{
"name": "@fylgja/auto-grid",
"version": "1.0.2",
"version": "1.0.3",
"description": "A super small grid with auto flowing behavior based on the container size. Using a similar method to container queries",

@@ -8,4 +8,5 @@ "homepage": "https://fylgja.dev/",

"license": "MIT",
"style": "grid.css",
"sass": "_index.scss",
"main": "_index.scss",
"unpkg": "auto-grid.css",
"style": "auto-grid.css",
"repository": {

@@ -12,0 +13,0 @@ "type": "git",

@@ -29,4 +29,4 @@ # Fylgja - Auto Grid

@use "@fylgja/auto-grid";
// Or via PostCSS and other options as plain CSS
@import "@fylgja/auto-grid/auto-grid.css";
// Or via PostCSS import
@import "@fylgja/auto-grid";
```

@@ -33,0 +33,0 @@

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