New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@primer/stylelint-config

Package Overview
Dependencies
Maintainers
15
Versions
447
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@primer/stylelint-config - npm Package Compare versions

Comparing version 0.0.0-20241213231724 to 0.0.0-20250127182638

8

package.json
{
"name": "@primer/stylelint-config",
"version": "0.0.0-20241213231724",
"version": "0.0.0-20250127182638",
"description": "Sharable stylelint config used by GitHub's CSS",

@@ -50,5 +50,5 @@ "author": "GitHub, Inc.",

"string.prototype.matchall": "^4.0.2",
"stylelint": "^16.3.1",
"stylelint": "^16.11.0",
"stylelint-browser-compat": "^1.0.0-beta.140",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^37.0.0",
"stylelint-scss": "^6.2.0",

@@ -62,3 +62,3 @@ "stylelint-value-no-unknown-custom-properties": "^6.0.1"

"@github/prettier-config": "^0.0.6",
"@primer/primitives": "^10.2.0",
"@primer/primitives": "^10.0.0-rc.e5d395ea",
"@rollup/plugin-commonjs": "^28.0.0",

@@ -65,0 +65,0 @@ "@rollup/plugin-json": "^6.1.0",

@@ -31,6 +31,2 @@ import stylelint from 'stylelint'

const variables = primitivesVariables('border')
const shorthandVariables = primitivesVariables('border-shorthand').filter(variable => variable.name.includes('border-'))
const borderVariables = variables.concat(shorthandVariables)
// console.log(borderVariables)
const sizes = []

@@ -37,0 +33,0 @@ const radii = []

@@ -16,5 +16,2 @@ import {createRequire} from 'node:module'

break
case 'border-shorthand':
files.push('functional/themes/light.json')
break
case 'typography':

@@ -21,0 +18,0 @@ files.push('base/typography/typography.json')

Sorry, the diff of this file is not supported yet

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