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

dist/index.js

16

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

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

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

@@ -45,2 +44,4 @@ "babel": {

"@babel/preset-env": "^7.23.6",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"jest": "^29.7.0",

@@ -50,2 +51,3 @@ "jest-preset-stylelint": "^7.0.0",

"rimraf": "^5.0.5",
"rollup": "^4.9.1",
"stylelint": "^16.0.2"

@@ -57,10 +59,6 @@ },

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