Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@primer/stylelint-config

Package Overview
Dependencies
Maintainers
14
Versions
434
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-20240918204306 to 0.0.0-20240918204525

2

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

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

@@ -75,3 +75,3 @@ import stylelint from 'stylelint'

/** @type {import('stylelint').Rule} */
const ruleFunction = (primary, secondaryOptions, context) => {
const ruleFunction = primary => {
return (root, result) => {

@@ -78,0 +78,0 @@ const validOptions = validateOptions(result, ruleName, {

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