Socket
Socket
Sign inDemoInstall

primer-utilities

Package Overview
Dependencies
Maintainers
1
Versions
859
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primer-utilities - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

build/index.js

8

CHANGELOG.md

@@ -0,1 +1,9 @@

# v0.3.0
* 0.3.0 - Jon Rohan [github/github@8478cb3](https://github.com/github/github/commit/8478cb3)
* revert to correct plugins - Jon Rohan [github/github@bcffe49](https://github.com/github/github/commit/bcffe49)
* Adding stats script to generate build/index.js file - Jon Rohan [github/github@91a4720](https://github.com/github/github/commit/91a4720)
* Adding lint plugins for new config - Jon Rohan [github/github@7fb9613](https://github.com/github/github/commit/7fb9613)
* fix typo on visibility utility - broccolini [github/github@7d52b85](https://github.com/github/github/commit/7d52b85)
# v0.2.2

@@ -2,0 +10,0 @@

12

package.json
{
"version": "0.2.2",
"version": "0.3.0",
"name": "primer-utilities",

@@ -9,2 +9,3 @@ "description": "Immutable, atomic CSS classes to rapidly build product",

"style": "index.scss",
"main": "build/index.js",
"files": [

@@ -21,4 +22,5 @@ "index.scss",

"setup": "if [ ! -d \"node_modules\" ]; then npm install; fi",
"stats": "(echo \"module.exports = { 'cssstats': \" && cssstats build/build.css && echo \"}\") > build/index.js",
"build": "node-sass index.scss --include-path node_modules --output-style compressed | postcss -c .postcss.json -o build/build.css",
"prepublish": "npm run setup && npm run build",
"prepublish": "npm run setup && npm run build && npm run stats",
"test": "stylelint **/*.scss -c .stylelintrc.json -s scss"

@@ -31,7 +33,9 @@ },

"autoprefixer": "^6.3.6",
"cssstats-cli": "^1.0.0-beta.2",
"node-sass": "^3.7.0",
"postcss-cli": "^2.5.2",
"stylelint": "^6.5.1",
"stylelint-at-rule-import-path": "^1.0.2",
"stylelint-value-border-zero": "^1.0.2"
"stylelint-value-border-zero": "^1.0.2",
"stylelint-function-url-no-domain": "^1.0.0",
"stylelint-scss": "^1.1.1"
},

@@ -38,0 +42,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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