Socket
Socket
Sign inDemoInstall

primer-buttons

Package Overview
Dependencies
Maintainers
1
Versions
850
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primer-buttons - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

build/index.js

5

CHANGELOG.md

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

# v0.4.1
* More versions - Jon Rohan [github/github@e12ba2e](https://github.com/github/github/commit/e12ba2e)
* Pointing main js file to build - Jon Rohan [github/github@3575651](https://github.com/github/github/commit/3575651)
# v0.4.0

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

16

package.json
{
"version": "0.4.0",
"version": "0.4.1",
"name": "primer-buttons",

@@ -9,2 +9,3 @@ "description": "A collection of buttons used for primary and secondary actions.",

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

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

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

@@ -30,7 +30,5 @@ },

"devDependencies": {
"autoprefixer": "^6.3.6",
"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": "*"
},

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

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