Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

primer-page-sections

Package Overview
Dependencies
Maintainers
1
Versions
717
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primer-page-sections - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

build/index.js

10

CHANGELOG.md

@@ -0,1 +1,11 @@

# v0.1.1
* bumping the version - Jon Rohan [github/github@4a72b25](https://github.com/github/github/commit/4a72b25)
* Pointing main js file to build - Jon Rohan [github/github@3575651](https://github.com/github/github/commit/3575651)
* don't change the versions yet - Jon Rohan [github/github@6bebcff](https://github.com/github/github/commit/6bebcff)
* Bumping version - Jon Rohan [github/github@df8b91c](https://github.com/github/github/commit/df8b91c)
* Cleaning up devDependencies versions and simplifying npm scripts - Jon Rohan [github/github@2c42571](https://github.com/github/github/commit/2c42571)
* Sorting and table objects. We also don't need homepage - Jon Rohan [github/github@798629d](https://github.com/github/github/commit/798629d)
* Removing duplicate headers - Jon Rohan [github/github@225cee1](https://github.com/github/github/commit/225cee1)
# v0.1.0

@@ -2,0 +12,0 @@

18

package.json
{
"version": "0.1.0",
"version": "0.1.1",
"name": "primer-page-sections",

@@ -9,2 +9,3 @@ "description": "Styles to create distinct sections of marketing pages at GitHub.",

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

@@ -20,6 +21,5 @@ "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",
"test": "stylelint **/*.scss -c .stylelintrc.json -s scss"
"build": "primer-module-build index.scss",
"prepublish": "npm run build",
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
},

@@ -31,7 +31,5 @@ "dependencies": {

"devDependencies": {
"autoprefixer": "^6.3.6",
"node-sass": "^3.7.0",
"postcss-cli": "^2.5.2",
"stylelint": "^6.6.0",
"stylelint-config-primer": "^1.0.0"
"stylelint": "*",
"stylelint-config-primer": "*",
"primer-module-build": "*"
},

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

@@ -12,12 +12,7 @@ # Primer CSS Page Sections

You can read more about alerts in the [docs][docs].
<!-- %docs
title: Page sections
homepage: https://github.com/primer/primer-page-sections
status: In review
-->
### Page Sections
Documentation & refactor coming very soon

@@ -24,0 +19,0 @@

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