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 3.0.0 to 3.0.1

6

index.js

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

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

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

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

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

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

@@ -34,3 +34,3 @@ "files": [

"stylelint-config-recommended": "^14.0.0",
"stylelint-less": "^3.0.0"
"stylelint-less": "^3.0.1"
},

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

}
},
"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