Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stylelint-less

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-less - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

src/index.js

32

package.json
{
"name": "stylelint-less",
"version": "2.0.0",
"version": "3.0.0",
"description": "A collection of Less specific rules for stylelint",

@@ -25,6 +25,7 @@ "keywords": [

},
"type": "commonjs",
"type": "module",
"main": "dist/index.js",
"files": [
"dist"
"src/**/*.js",
"!**/__tests__/*"
],

@@ -42,21 +43,22 @@ "babel": {

"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.14",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"jest": "^29.6.4",
"jest-preset-stylelint": "^6.2.0",
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"jest": "^29.7.0",
"jest-preset-stylelint": "^7.0.0",
"postcss-less": "^6.0.0",
"rimraf": "^5.0.1",
"rollup": "^3.28.1",
"stylelint": "^15.10.3"
"rimraf": "^5.0.5",
"stylelint": "^16.0.2"
},
"peerDependencies": {
"postcss": "^8.4.14",
"stylelint": "^15.10.3"
"postcss": "^8.4.31",
"stylelint": "^16.0.2"
},
"exports": {
".": {
"import": "./src/index.js"
}
},
"scripts": {
"build": "rimraf dist && rollup -c",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.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