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.5 to 1.2.0

fylgja-tokens.css

90

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

@@ -24,10 +24,13 @@ "homepage": "https://fylgja.dev/",

"scripts": {
"test": "stylelint components/**/*.scss",
"start": "npx sass components:components -w -I node_modules",
"update": "./scripts/update-all",
"dev": "npm start",
"start": "npm run dev",
"test:css": "npx stylelint components/**/*.scss",
"test": "npm run test:css",
"dev": "npm run dev:playground | npm run dev:components",
"dev:playground": "npx http-server -s -o",
"dev:components": "npx sass components:components -w --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",
"build:pkg:tokens": "npx sass bundles/tokens.scss fylgja-tokens.css --no-source-map -s compressed -I node_modules",
"build:pkg:slim": "npx sass bundles/slim.scss fylgja-slim.css --no-source-map -s compressed -I node_modules",
"build:pkg:main": "npx sass bundles/main.scss fylgja.css --no-source-map -s compressed -I node_modules",
"build:pkg": "npm run build:pkg:tokens && npm run build:pkg:slim & npm run build:pkg:main",
"prebuild": "npm test",

@@ -37,42 +40,47 @@ "build": "npm run build:components && npm run build:pkg"

"dependencies": {
"@fylgja/aria-only": "^1.1.0",
"@fylgja/aspect-ratio": "^1.0.0",
"@fylgja/auto-grid": "^1.0.3",
"@fylgja/avatar": "^1.0.0",
"@fylgja/badge": "^1.0.0",
"@fylgja/base": "^1.0.2",
"@fylgja/breadcrumbs": "^1.0.0",
"@fylgja/button": "^1.0.1",
"@fylgja/card": "^1.0.0",
"@fylgja/code": "^1.0.1",
"@fylgja/container": "^1.0.0",
"@fylgja/control": "^1.0.0",
"@fylgja/details": "^1.0.1",
"@fylgja/dialog": "^1.1.0",
"@fylgja/elevation": "^1.0.0",
"@fylgja/form": "^1.0.4",
"@fylgja/gradient": "^1.0.1",
"@fylgja/hashlink": "^1.0.0",
"@fylgja/input-group": "^1.0.1",
"@fylgja/list": "^1.0.0",
"@fylgja/menu": "^1.1.1",
"@fylgja/mq": "^1.0.0",
"@fylgja/pagination": "^1.0.1",
"@fylgja/print": "^1.0.1",
"@fylgja/progress": "^1.0.0",
"@fylgja/scroll-slider": "^1.0.1",
"@fylgja/aria-only": "^1.1.1",
"@fylgja/aspect-ratio": "^1.1.0",
"@fylgja/auto-grid": "^1.1.0",
"@fylgja/avatar": "^1.0.1",
"@fylgja/badge": "^1.0.1",
"@fylgja/base": "^1.1.1",
"@fylgja/breadcrumbs": "^1.0.1",
"@fylgja/button": "^1.2.0",
"@fylgja/card": "^1.1.0",
"@fylgja/code": "^1.0.2",
"@fylgja/colors": "^1.0.2",
"@fylgja/container": "^1.1.0",
"@fylgja/control": "^1.1.0",
"@fylgja/details": "^1.0.3",
"@fylgja/dialog": "^1.2.2",
"@fylgja/easing": "^1.0.1",
"@fylgja/elevation": "^1.0.1",
"@fylgja/form": "^1.0.7",
"@fylgja/gradient": "^1.0.2",
"@fylgja/hashlink": "^1.0.1",
"@fylgja/input-group": "^1.1.0",
"@fylgja/list": "^1.0.2",
"@fylgja/menu": "^1.1.2",
"@fylgja/mq": "^1.1.0",
"@fylgja/pagination": "^1.0.2",
"@fylgja/print": "^1.0.2",
"@fylgja/progress": "^1.0.1",
"@fylgja/scroll-slider": "^1.0.2",
"@fylgja/scrollbar": "^1.0.0",
"@fylgja/section": "^1.0.0",
"@fylgja/stretched-link": "^1.0.0",
"@fylgja/table": "^1.0.0",
"@fylgja/section": "^1.0.1",
"@fylgja/shadow": "^1.0.1",
"@fylgja/sizes": "^1.0.1",
"@fylgja/stretched-link": "^1.1.0",
"@fylgja/table": "^1.0.1",
"@fylgja/theme": "^1.0.0",
"@fylgja/transform": "^1.1.1",
"@fylgja/transition": "^1.0.1",
"@fylgja/utilpack": "^1.1.1"
"@fylgja/utilpack": "^1.2.0",
"@fylgja/z-layer": "^1.0.1"
},
"devDependencies": {
"@fylgja/stylelint-config": "^4.0.1",
"sass": "^1.49.7",
"stylelint": "^14.3.0"
"@fylgja/stylelint-config": "^4.1.1",
"sass": "^1.54.0",
"stylelint": "^14.9.1"
}
}

@@ -28,3 +28,3 @@ <h1 align="center">

See each component on on how to install them separately.
See each component on how to install them separately.

@@ -64,2 +64,12 @@ Or download Fylgja as one package.

We appreciate any contribution, no mather if it is small or big.
We appreciate any contribution, no matter if it is small or big.
## Testing/Playground
We have a very simple testing ground for a our CSS Components.
The entry file is found in the root (`index.html`) and all sub pages are found in `_playground`,
and each file is a basis html file.
We have a option to start the playground with a localhost port,
run `npm run dev:playground` or `npm run dev`

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