New:Socket for Asana Is Now Available.Learn more
Sign In

strata-css

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strata-css - npm Package Compare versions

Comparing version
1.8.14
to
1.8.15
+5
-0
CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## [1.8.15] — 2026-08-12
### Fixed
- **Dependabot alert (high severity): nanoid transitive dependency.** `postcss` pulled in `nanoid@3.3.16`, which has a predictable-ID generation issue on non-secure entropy sources. Pinned to `>=3.3.17` via npm `overrides`, since `nanoid` is not a direct dependency of `strata-css`.
## [1.8.14] — 2026-08-05

@@ -7,0 +12,0 @@

+4
-1
{
"name": "strata-css",
"version": "1.8.14",
"version": "1.8.15",
"_versioningNote": "Stable: 1.0.0 / 1.1.0 / 2.0.0 | Beta: 1.1.0-beta.1 / 1.1.0-beta.2",

@@ -74,2 +74,5 @@ "description": "A modern CSS framework combining Bootstrap components with Tailwind JIT processing",

},
"overrides": {
"nanoid": "^3.3.17"
},
"peerDependencies": {

@@ -76,0 +79,0 @@ "autoprefixer": ">=10",

+4
-11

@@ -661,3 +661,3 @@ <div align="center">

content: [
'./src/**/*.{html,jsx,tsx,vue,astro,svelte}'
'./src/**/*.{html,jsx,tsx,vue,astro,svelte,js,ts}'
],

@@ -794,12 +794,4 @@

### v1.4 — Current
Full component library, utility system, JIT processing, three-theme system, transition system.
See [ROADMAP.md](ROADMAP.md) for planned work.
### v2.0 — Planned
- Formal plugin API
- VSCode IntelliSense extension
- Strata DevTools browser extension
- Design token pipeline (Figma support)
- Storybook integration
---

@@ -826,5 +818,6 @@

git push origin vX.Y.Z
# Copy just the X.Y.Z entry out of CHANGELOG.md into notes.md, then:
gh release create vX.Y.Z \
--title "Strata CSS vX.Y.Z" \
--notes-file CHANGELOG.md \
--notes-file notes.md \
--verify-tag

@@ -831,0 +824,0 @@ ```