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 6.0.0 to 7.0.0

1

index.js

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

'rules': {
'annotation-no-unknown': null,
'no-invalid-position-at-import-rule': null,

@@ -67,0 +68,0 @@ 'scss/at-extend-no-missing-placeholder': null,

13

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

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

"peerDependencies": {
"stylelint": "^14.11.0"
"stylelint": "^14.14.0"
},
"dependencies": {
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^28.0.0",
"stylelint-config-standard-scss": "^5.0.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-scss": "^4.3.0"
},
"devDependencies": {
"eslint": "^8.23.0",
"stylelint": "^14.11.0"
"eslint": "^8.27.0",
"stylelint": "^14.14.1"
},
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"clone-repo": "git clone https://github.com/twbs/bootstrap.git --branch main --depth 1 bootstrap && git clone https://github.com/twbs/bootstrap.git --branch v4-dev --depth 1 bootstrap-4",
"test": "npm run lint",

@@ -46,0 +47,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