Socket
Socket
Sign inDemoInstall

primer-avatars

Package Overview
Dependencies
Maintainers
1
Versions
843
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primer-avatars - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# v0.2.1
* Bumping version to include postcss.json in npm - Jon Rohan [github/github@9e560ba](https://github.com/github/github/commit/9e560ba)
* Using stylelint to lint the modules instead of scss_lint - Jon Rohan [github/github@cb0b8fd](https://github.com/github/github/commit/cb0b8fd)
# v0.2.0

@@ -2,0 +7,0 @@

9

package.json
{
"version": "0.2.0",
"version": "0.2.1",
"name": "primer-avatars",

@@ -19,3 +19,3 @@ "description": "Basic styles for user profile avatars.",

"build": "npm run setup && npm run preprocess",
"lint": "scss-lint **/*.scss",
"lint": "stylelint **/*.scss -c .stylelintrc.json -s scss",
"preprocess": "node-sass index.scss --include-path node_modules | postcss -c .postcss.json -o build/build.css",

@@ -31,3 +31,6 @@ "setup": "npm install",

"node-sass": "^3.7.0",
"postcss-cli": "^2.5.2"
"postcss-cli": "^2.5.2",
"stylelint": "^6.5.1",
"stylelint-at-rule-import-path": "^1.0.2",
"stylelint-value-border-zero": "^1.0.2"
},

@@ -34,0 +37,0 @@ "keywords": [

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