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 3.3.0 to 3.3.1

5

CHANGELOG.md

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

# v3.3.1
* bumping the version - Jon Rohan [github/github@4a72b25](https://github.com/github/github/commit/4a72b25)
* flexbug copy tweak - broccolini [github/github@6a4a4d2](https://github.com/github/github/commit/6a4a4d2)
# v3.3.0

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

17

package.json
{
"version": "3.3.0",
"version": "3.3.1",
"name": "primer-utilities",

@@ -20,6 +20,4 @@ "description": "Immutable, atomic CSS classes to rapidly build product",

"scripts": {
"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 && npm run stats",
"build": "primer-module-build index.scss",
"prepublish": "npm run build",
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"

@@ -31,8 +29,5 @@ },

"devDependencies": {
"autoprefixer": "^6.3.6",
"cssstats-cli": "^1.0.0-beta.2",
"node-sass": "^3.7.0",
"postcss-cli": "^2.5.2",
"stylelint": "^7.0.3",
"stylelint-config-primer": "^1.1.0"
"stylelint": "*",
"stylelint-config-primer": "*",
"primer-module-build": "*"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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