Socket
Socket
Sign inDemoInstall

primer-css

Package Overview
Dependencies
24
Maintainers
2
Versions
356
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.3.0

build/index.js

25

package.json
{
"version": "4.2.0",
"version": "4.3.0",
"name": "primer-css",

@@ -20,3 +20,3 @@ "description": "Primer is the CSS toolkit that powers GitHub's front-end design. It's purposefully limited to common components to provide our developers with the most flexibility, and to keep GitHub uniquely *GitHubby*. It's built with SCSS, so it's easy to include all or part of it within your own project.",

"setup": "if [ ! -d \"node_modules\" ]; then npm install; fi",
"build": "node-sass index.scss --include-path node_modules --output-style compressed | postcss -c .postcss.json -o build/build.css",
"build": "primer-module-build index.scss",
"prepublish": "npm run setup && npm run build",

@@ -26,22 +26,7 @@ "test": "npm run build"

"dependencies": {
"primer-alerts": "*",
"primer-avatars": "*",
"primer-base": "*",
"primer-blankslate": "*",
"primer-buttons": "*",
"primer-flex-table": "*",
"primer-forms": "*",
"primer-layout": "*",
"primer-markdown": "*",
"primer-navigation": "*",
"primer-states": "*",
"primer-support": "*",
"primer-tooltips": "*",
"primer-truncate": "*",
"primer-utilities": "*"
"primer-core": "*",
"primer-product": "*"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"node-sass": "^3.7.0",
"postcss-cli": "^2.5.2"
"primer-module-build": "*"
},

@@ -48,0 +33,0 @@ "keywords": [

build/build.css

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc