Socket
Socket
Sign inDemoInstall

stylelint-config-recommended-less

Package Overview
Dependencies
5
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 3.0.0

6

index.js

@@ -1,6 +0,4 @@

'use strict';
import postcssLess from 'postcss-less';
const postcssLess = require('postcss-less');
module.exports = {
export default {
extends: ['stylelint-config-recommended'],

@@ -7,0 +5,0 @@ customSyntax: postcssLess,

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

@@ -25,3 +25,3 @@ "keywords": [

},
"type": "commonjs",
"type": "module",
"main": "index.js",

@@ -33,8 +33,8 @@ "files": [

"postcss-less": "^6.0.0",
"stylelint-config-recommended": "^13.0.0",
"stylelint-less": "^2.0.0"
"stylelint-config-recommended": "^14.0.0",
"stylelint-less": "^3.0.0"
},
"peerDependencies": {
"postcss": "^8.3.3",
"stylelint": "^15.10.2"
"stylelint": "^16.0.2"
},

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

}
},
"exports": {
".": {
"import": "./index.js"
}
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc