Socket
Socket
Sign inDemoInstall

@fylgja/badge

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fylgja/badge - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

_helper.scss

7

package.json
{
"name": "@fylgja/badge",
"version": "1.0.0",
"version": "1.0.1",
"description": "Badges component serves as a small blocks to indicate notifications. Or to highlight an item",

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

"license": "MIT",
"main": "_index.scss",
"unpkg": "badge.css",
"style": "badge.css",
"sass": "_index.scss",
"repository": {

@@ -23,3 +24,3 @@ "type": "git",

"scripts": {
"build": "sass badge.scss badge.css --no-source-map -s compressed --load-path=node_modules"
"build": "npx sass badge.scss badge.css --no-source-map -s compressed -I node_modules"
},

@@ -26,0 +27,0 @@ "dependencies": {

@@ -18,4 +18,4 @@ # Fylgja - Badge

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

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