Socket
Socket
Sign inDemoInstall

stylelint

Package Overview
Dependencies
Maintainers
3
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

5

CHANGELOG.md

@@ -0,5 +1,8 @@

# 0.6.2
- Fixed: npm package no longer includes test files (reducing package size by 500KB).
# 0.6.1
- Fixed: the `rule-properties-order` and `rule-no-duplicate-properties` rules now correctly check inside @rules.
- Fixed: npm package no longer includes test files (reducing package size by 500KB).

@@ -6,0 +9,0 @@ # 0.6.0

10

package.json
{
"name": "stylelint",
"version": "0.6.1",
"version": "0.6.2",
"description": "Modern CSS linter",

@@ -24,6 +24,6 @@ "keywords": [

"files": [
"dist",
"src",
"!**/__tests__",
"!**/testUtils",
"dist",
"src"
"!**/testUtils"
],

@@ -48,5 +48,5 @@ "dependencies": {

"scripts": {
"prepublish": "babel src --out-dir dist",
"docs-build": "babel-node scripts/rules",
"lint": "eslint . --ignore-path .gitignore",
"prepublish": "babel src --out-dir dist",
"tape": "babel-tape-runner \"src/**/__tests__/*.js\"",

@@ -53,0 +53,0 @@ "test": "npm run lint && npm run tape"

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