Socket
Socket
Sign inDemoInstall

stylelint-config-twbs-bootstrap

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-twbs-bootstrap - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

1

index.js

@@ -51,2 +51,3 @@ 'use strict';

'selector-no-qualifying-type': true,
'selector-not-notation': null, // TODO enable this later
'unicode-bom': 'never',

@@ -53,0 +54,0 @@ 'value-list-comma-newline-after': 'never-multi-line',

16

package.json
{
"name": "stylelint-config-twbs-bootstrap",
"version": "4.0.0",
"version": "5.0.0",
"description": "Default stylelint config used by Bootstrap.",

@@ -30,16 +30,16 @@ "main": "index.js",

"peerDependencies": {
"stylelint": "^14.4.0"
"stylelint": "^14.9.0"
},
"dependencies": {
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-scss": "^4.2.0"
"stylelint-config-standard": "^26.0.0",
"stylelint-config-standard-scss": "^5.0.0",
"stylelint-scss": "^4.3.0"
},
"devDependencies": {
"eslint": "^8.16.0",
"stylelint": "^14.8.5"
"eslint": "^8.19.0",
"stylelint": "^14.9.1"
},
"scripts": {
"lint": "eslint --ignore-path .gitignore --report-unused-disable-directives .",
"lint": "eslint --ignore-path .gitignore .",
"test": "npm run lint",

@@ -46,0 +46,0 @@ "test-ci": "stylelint \"(bootstrap|bootstrap-4)/scss/**/*.scss\" --config index.js --ignore-pattern \"**/vendor/\" --formatter verbose"

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