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

fylgja

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fylgja - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

_components.scss

26

package.json
{
"name": "fylgja",
"version": "1.1.4",
"version": "1.1.5",
"description": "The modular CSS framework. Powered via CSS components",

@@ -28,6 +28,8 @@ "homepage": "https://fylgja.dev/",

"dev": "npm start",
"build:pkg": "npx sass components:components --no-source-map -s compressed -I node_modules",
"build:main": "npx sass fylgja.scss fylgja.css --no-source-map -s compressed -I node_modules",
"build:components": "npx sass components:components --no-source-map -s compressed -I node_modules",
"build:pkg:slim": "npx sass fylgja-slim.scss fylgja-slim.css --no-source-map -s compressed -I node_modules",
"build:pkg:main": "npx sass fylgja.scss fylgja.css --no-source-map -s compressed -I node_modules",
"build:pkg": "npm run build:pkg:slim & npm run build:pkg:main",
"prebuild": "npm test",
"build": "npm run build:pkg && npm run build:main"
"build": "npm run build:components && npm run build:pkg"
},

@@ -37,3 +39,3 @@ "dependencies": {

"@fylgja/aspect-ratio": "^1.0.0",
"@fylgja/auto-grid": "^1.0.2",
"@fylgja/auto-grid": "^1.0.3",
"@fylgja/avatar": "^1.0.0",

@@ -43,3 +45,3 @@ "@fylgja/badge": "^1.0.0",

"@fylgja/breadcrumbs": "^1.0.0",
"@fylgja/button": "^1.0.0",
"@fylgja/button": "^1.0.1",
"@fylgja/card": "^1.0.0",

@@ -50,5 +52,5 @@ "@fylgja/code": "^1.0.1",

"@fylgja/details": "^1.0.1",
"@fylgja/dialog": "^1.0.1",
"@fylgja/dialog": "^1.1.0",
"@fylgja/elevation": "^1.0.0",
"@fylgja/form": "^1.0.3",
"@fylgja/form": "^1.0.4",
"@fylgja/gradient": "^1.0.1",

@@ -58,6 +60,6 @@ "@fylgja/hashlink": "^1.0.0",

"@fylgja/list": "^1.0.0",
"@fylgja/menu": "^1.1.0",
"@fylgja/menu": "^1.1.1",
"@fylgja/mq": "^1.0.0",
"@fylgja/pagination": "^1.0.1",
"@fylgja/print": "^1.0.0",
"@fylgja/print": "^1.0.1",
"@fylgja/progress": "^1.0.0",

@@ -76,5 +78,5 @@ "@fylgja/scroll-slider": "^1.0.1",

"@fylgja/stylelint-config": "^4.0.1",
"sass": "^1.43.5",
"stylelint": "^14.1.0"
"sass": "^1.49.7",
"stylelint": "^14.3.0"
}
}

@@ -40,4 +40,4 @@ <h1 align="center">

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

@@ -44,0 +44,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