Socket
Socket
Sign inDemoInstall

stylelint-scss

Package Overview
Dependencies
Maintainers
1
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 0.0.0 to 1.0.0

CHANGELOG.md

65

package.json
{
"name": "stylelint-scss",
"version": "0.0.0",
"description": "A collection of SCSS specific rules for stylelint",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"version": "1.0.0",
"author": "Krister Kari",
"babel": {
"presets": [
"es2015"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/kristerkari/stylelint-scss.git"
"bugs": {
"url": "https://github.com/kristerkari/stylelint-scss/issues"
},
"dependencies": {
"lodash": "^4.11.1",
"postcss-value-parser": "^3.3.0",
"stylelint": "^6.3.0"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-tape-runner": "^2.0.1",
"eslint": "^2.3.0",
"eslint-config-stylelint": "^1.0.0",
"npmpub": "^3.0.3",
"postcss-scss": "^0.1.7",
"rimraf": "^2.5.2",
"stylelint-rule-tester": "^0.6.2",
"tape": "^4.5.1"
},
"eslintConfig": {
"extends": "stylelint",
"rules": {
"arrow-spacing": 2,
"no-var": 2,
"object-shorthand": 2,
"prefer-const": 2,
"template-curly-spacing": 2
}
},
"files": [
"dist",
"src",
"!**/__tests__"
],
"homepage": "https://github.com/kristerkari/stylelint-scss#readme",
"keywords": [

@@ -20,8 +54,17 @@ "css",

],
"author": "Krister Kari",
"license": "MIT",
"bugs": {
"url": "https://github.com/kristerkari/stylelint-scss/issues"
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kristerkari/stylelint-scss.git"
},
"homepage": "https://github.com/kristerkari/stylelint-scss#readme"
"scripts": {
"prebuild": "rimraf dist",
"build": "babel src --out-dir dist",
"lint": "eslint . --ignore-path .gitignore",
"prepublish": "npm run build",
"pretest": "npm run lint",
"release": "npmpub",
"test": "babel-tape-runner \"src/**/__tests__/*.js\""
}
}
README.md
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