stylelint-less
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
12896
7
15
294
1
Yes