Socket
Socket
Sign inDemoInstall

stylelint-config-standard-less

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-standard-less - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

4

index.js

@@ -1,4 +0,2 @@

'use strict';
module.exports = {
export default {
extends: ['stylelint-config-standard', 'stylelint-config-recommended-less'],

@@ -5,0 +3,0 @@ rules: {

{
"name": "stylelint-config-standard-less",
"version": "2.0.0",
"version": "3.0.0",
"description": "The standard Less config for Stylelint",

@@ -18,4 +18,4 @@ "keywords": [

"author": "Crazy Urus <crazyurus@vip.qq.com>",
"type": "commonjs",
"main": "index.js",
"type": "module",
"module": "index.js",
"files": [

@@ -25,8 +25,8 @@ "index.js"

"dependencies": {
"stylelint-config-standard": "^34.0.0",
"stylelint-config-recommended-less": "^2.0.0"
"stylelint-config-standard": "^35.0.0",
"stylelint-config-recommended-less": "^3.0.0"
},
"peerDependencies": {
"postcss": "^8.3.3",
"stylelint": "^15.0.0"
"stylelint": "^16.0.2"
},

@@ -37,3 +37,8 @@ "peerDependenciesMeta": {

}
},
"exports": {
".": {
"import": "./index.js"
}
}
}
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