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

alga-css

Package Overview
Dependencies
Maintainers
1
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alga-css - npm Package Compare versions

Comparing version 1.0.0-emerald-7 to 1.0.0-emerald-8

2

package.json
{
"name": "alga-css",
"version": "1.0.0-emerald-7",
"version": "1.0.0-emerald-8",
"description": "Alga CSS is a scope or component-first CSS toolkit for quickly mix or compose CSS components and properties",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -53,3 +53,3 @@ const postcss = require('postcss')

newRule.append(bdDeclVal)
const fgDeclVal = postcss.decl({ prop: 'color', value: '#fff', source: source })
const fgDeclVal = postcss.decl({ prop: 'color', value: '#fff !important', source: source })
newRule.append(fgDeclVal)

@@ -109,3 +109,3 @@ } else if(Object.keys(shorts).includes(refs[2])) {

newRule.append(bdDeclVal)
const fgDeclVal = postcss.decl({ prop: 'color', value: '#fff', source: source })
const fgDeclVal = postcss.decl({ prop: 'color', value: '#fff !important', source: source })
newRule.append(fgDeclVal)

@@ -172,3 +172,3 @@ } else if(Object.keys(shorts).includes(refs[1])) {

newRule.append(bdDeclVal)
const fgDeclVal = postcss.decl({ prop: 'color', value: '#fff', source: source })
const fgDeclVal = postcss.decl({ prop: 'color', value: '#fff !important', source: source })
newRule.append(fgDeclVal)

@@ -175,0 +175,0 @@ } else if(Object.keys(shorts).includes(refs[1])) {

@@ -40,3 +40,3 @@ const postcss = require('postcss')

newRule.append(bdDeclVal)
const fgDeclVal = postcss.decl({ prop: 'color', value: '#fff', source: source })
const fgDeclVal = postcss.decl({ prop: 'color', value: '#fff !important', source: source })
newRule.append(fgDeclVal)

@@ -86,3 +86,3 @@ } else if(Object.keys(shorts).includes(refs[1])) {

newRule.append(bdDeclVal)
const fgDeclVal = postcss.decl({ prop: 'color', value: '#fff', source: source })
const fgDeclVal = postcss.decl({ prop: 'color', value: '#fff !important', source: source })
newRule.append(fgDeclVal)

@@ -89,0 +89,0 @@ } else if(Object.keys(shorts).includes(refs[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