Socket
Socket
Sign inDemoInstall

stylelint-scss

Package Overview
Dependencies
Maintainers
3
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-scss - npm Package Compare versions

Comparing version 4.7.0 to 5.0.0

src/index.js

17

package.json
{
"name": "stylelint-scss",
"description": "A collection of SCSS-specific rules for Stylelint",
"version": "4.7.0",
"version": "5.0.0",
"author": "Krister Kari",
"repository": "stylelint-scss/stylelint-scss",
"license": "MIT",
"main": "dist/index.js",
"main": "src/index.js",
"peerDependencies": {

@@ -19,7 +19,2 @@ "stylelint": "^14.5.1 || ^15.0.0"

"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"babel-plugin-istanbul": "^6.1.1",
"babel-preset-jest": "^29.5.0",
"eslint": "^8.39.0",

@@ -31,3 +26,3 @@ "github-contributors-list": "^1.2.5",

"jest-preset-stylelint": "^6.1.0",
"lint-staged": "^13.2.1",
"lint-staged": "^13.2.2",
"np": "^7.7.0",

@@ -38,7 +33,6 @@ "postcss": "^8.4.23",

"prettier": "^2.8.8",
"rimraf": "^5.0.0",
"stylelint": "^15.6.0"
},
"files": [
"dist/**/*.js",
"src/**/*.js",
"!**/__tests__/**"

@@ -56,7 +50,4 @@ ],

"scripts": {
"prebuild": "rimraf dist",
"build": "babel src --out-dir dist",
"lint": "eslint . --ignore-path .gitignore",
"prettify": "prettier --write \"src/**/*.js\"",
"prepublishOnly": "npm run build",
"pretest": "npm run lint",

@@ -63,0 +54,0 @@ "release": "np",

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