Socket
Socket
Sign inDemoInstall

@mozaic-ds/css-dev-tools

Package Overview
Dependencies
266
Maintainers
3
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.26.0 to 1.27.0

yarn-error.log

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.27.0](https://github.com/adeo/mozaic-design-system/compare/v1.26.1...v1.27.0) (2022-03-16)
### Bug Fixes
* **tools/stylelint:** turn of the rule max-line-length ([#1058](https://github.com/adeo/mozaic-design-system/issues/1058)) ([66988c9](https://github.com/adeo/mozaic-design-system/commit/66988c95739af023043a2ef28ddddcf0b190b806))
# [1.26.0](https://github.com/adeo/mozaic-design-system/compare/v1.25.0...v1.26.0) (2022-03-02)

@@ -8,0 +19,0 @@

11

package.json
{
"name": "@mozaic-ds/css-dev-tools",
"version": "1.26.0",
"version": "1.27.0",
"dependencies": {

@@ -12,3 +12,3 @@ "@fullhuman/postcss-purgecss": "^4.0.3",

"autoprefixer": "^10.3.7",
"cssnano": "^5.0.8",
"cssnano": "^5.1.3",
"dotenv": "^16.0.0",

@@ -18,7 +18,6 @@ "postcss": "^8.3.11",

"postcss-reporter": "^7.0.4",
"postcss-scss": "^4.0.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.20.1"
"postcss-scss": "^4.0.3",
"stylelint": "^14.5.1",
"stylelint-config-standard-scss": "^3.0.0"
}
}

@@ -35,4 +35,4 @@ 'use strict'

module.exports = {
extends: ['stylelint-config-standard'],
plugins: ['@mozaic-ds/stylelint-plugin-mozaic', 'stylelint-scss'],
extends: ['stylelint-config-standard-scss'],
plugins: ['@mozaic-ds/stylelint-plugin-mozaic'],
rules: {

@@ -43,3 +43,9 @@ 'at-rule-no-unknown': null,

'no-invalid-position-at-import-rule': null,
'max-line-length': null,
'alpha-value-notation': null,
'selector-class-pattern': null,
'scss/at-mixin-argumentless-call-parentheses': 'always',
'scss/no-global-function-names': null,
'scss/at-import-partial-extension': null,
},
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc