You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@stackoverflow/stacks

Package Overview
Dependencies
Maintainers
0
Versions
248
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackoverflow/stacks - npm Package Compare versions

Comparing version

to
2.8.1

25

package.json

@@ -8,3 +8,3 @@ {

},
"version": "2.8.0",
"version": "2.8.1",
"files": [

@@ -51,4 +51,4 @@ "dist",

"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.4",
"@eslint/js": "^9.27.0",
"@changesets/cli": "^2.29.5",
"@eslint/js": "^9.30.0",
"@highlightjs/cdn-assets": "^11.11.1",

@@ -58,4 +58,4 @@ "@open-wc/testing": "^4.0.0",

"@rollup/plugin-replace": "^6.0.2",
"@stackoverflow/stacks-editor": "^0.15.0",
"@stackoverflow/stacks-icons": "^6.2.0",
"@stackoverflow/stacks-editor": "^0.15.2",
"@stackoverflow/stacks-icons": "^6.6.1",
"@testing-library/dom": "^10.4.0",

@@ -73,3 +73,3 @@ "@testing-library/user-event": "^14.6.1",

"colorjs.io": "^0.5.2",
"concurrently": "^9.1.2",
"concurrently": "^9.2.0",
"css-loader": "^7.1.2",

@@ -80,5 +80,6 @@ "cssbeautify": "^0.3.1",

"eleventy-plugin-highlightjs": "^1.1.0",
"eleventy-plugin-llms-txt": "^1.2.0",
"eleventy-plugin-nesting-toc": "^1.3.0",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.2",
"eslint": "^9.31.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-no-unsanitized": "^4.1.2",

@@ -92,5 +93,5 @@ "jquery": "^3.7.1",

"postcss-loader": "^8.1.1",
"prettier": "^3.5.3",
"prettier": "^3.6.2",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.19.1",
"stylelint": "^16.21.1",
"stylelint-config-recommended": "^16.0.0",

@@ -101,5 +102,5 @@ "stylelint-config-standard": "^38.0.0",

"typescript": "^5.8.3",
"typescript-eslint": "^8.32.0",
"typescript-eslint": "^8.35.1",
"vitest": "^3.1.3",
"webpack": "^5.99.7",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1",

@@ -106,0 +107,0 @@ "webpack-merge": "^6.0.1"

@@ -25,3 +25,3 @@ # Stacks

- [Migrating from v1 to v2](#migrating-from-v1-to-v2)
- [Building Stacks](#building-stacks)
- [Local Development](#local-development)
- [Format Stacks](#format-stacks)

@@ -42,5 +42,10 @@ - [Linting Stacks](#linting-stacks)

## Building Stacks
To contribute to Stacks documentation or its CSS library, you’ll need to build Stacks locally. View our [building guidelines](https://stackoverflow.design/product/develop/building).
## Local Development
To contribute to Stacks documentation or its CSS library, you’ll need to build Stacks locally:
```sh
npm start
```
This command will pull up the local dev server at http://localhost:8000. You can also view our [building guidelines](https://stackoverflow.design/product/develop/building).
Having trouble getting these steps to work? Open [an issue](https://github.com/StackExchange/Stacks/issues/new) with a `setup` label.

@@ -47,0 +52,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet