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.4 to 1.1.0

layer.css

4

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## [1.1.0] - 2022-07-24
### Added
- support for `@layer` in components scope
## [1.0.4] - 2022-06-05

@@ -11,0 +15,0 @@ _Nothing besides docs_

9

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

@@ -20,7 +20,10 @@ "homepage": "https://fylgja.dev/",

"fylgja component",
"grid"
"grid",
"cascade-layer"
],
"scripts": {
"build": "npx sass auto-grid.scss auto-grid.css --no-source-map -s compressed -I node_modules"
"build:layer": "npx sass layer.scss layer.css --no-source-map -s compressed -I node_modules",
"build:main": "npx sass auto-grid.scss auto-grid.css --no-source-map -s compressed -I node_modules",
"build": "npm run build:layer && npm run build:main"
}
}
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