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-sapphire-4 to 1.0.0-sapphire-5

2

package.json
{
"name": "alga-css",
"version": "1.0.0-sapphire-4",
"version": "1.0.0-sapphire-5",
"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",

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

const splittedSelectors = selectorItemKey.split(', ').map(item => {
return entryVal.selector +' '+ item
return 'html'+entryVal.selector +' '+ item
}).join(', ')

@@ -296,0 +296,0 @@ newRule = postcss.rule({ selector: splittedSelectors, source: entryVal.source })

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