🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@forgespace/brand-guide

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forgespace/brand-guide - npm Package Compare versions

Comparing version
0.6.0
to
0.6.2
+21
LICENSE
MIT License
Copyright (c) 2026 Forge Space
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+30
-6
{
"name": "@forgespace/brand-guide",
"version": "0.6.0",
"version": "0.6.2",
"description": "Forge Space brand identity — types, tokens, and theme constants for cross-project consumption",

@@ -30,3 +30,5 @@ "type": "module",

"check": "astro check",
"prepublishOnly": "npm run generate && npm run build:lib"
"prepublishOnly": "npm run generate && npm run build:lib",
"test": "vitest run",
"prepare": "husky"
},

@@ -51,12 +53,34 @@ "keywords": [

"dependencies": {
"@forgespace/branding-mcp": "^0.6.0"
"@forgespace/branding-mcp": "^0.55.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@commitlint/cli": "^20.4.3",
"@commitlint/config-conventional": "^20.4.3",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.18.0",
"sharp": "^0.33.5",
"astro": "^6.0.4",
"husky": "^9.1.7",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
"typescript": "^5.9.3",
"vitest": "^4.0.18"
},
"overrides": {
"yaml-language-server": {
"lodash": "4.17.23"
},
"axios": ">=0.0.0 <0.30.4 || >0.30.4 <1.14.1 || >=1.14.2",
"@astrojs/check": {
"typescript": "$typescript"
},
"@astrojs/language-server": {
"typescript": "$typescript"
},
"cosmiconfig-typescript-loader": {
"typescript": "$typescript"
}
},
"engines": {
"node": ">=22"
}
}

@@ -27,2 +27,5 @@ <div align="center">

The `/siza/` pairing examples are responsive by design: the Forge Space + Siza lockups
wrap safely on narrow viewports instead of relying on single-line desktop spacing.
## npm Package

@@ -63,2 +66,6 @@

Security maintenance note: this project uses npm `overrides` to pin vulnerable transitive
dependencies (for example `lodash` pulled by `yaml-language-server`) until upstream packages
publish patched ranges.
## Design Tokens

@@ -65,0 +72,0 @@