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

to
1.0.0-emerald-2

2

package.json
{
"name": "alga-css",
"version": "1.0.0-emerald-1",
"version": "1.0.0-emerald-2",
"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",

@@ -45,3 +45,7 @@ const chokidar = require('chokidar')

ignored: /(^|[\/\\])\../, // ignore dotfiles
persistent: true
persistent: true,
awaitWriteFinish: {
stabilityThreshold: 2000,
pollInterval: 100
}
})

@@ -48,0 +52,0 @@