Socket
Socket
Sign inDemoInstall

primer-branch-name

Package Overview
Dependencies
Maintainers
14
Versions
567
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primer-branch-name - npm Package Compare versions

Comparing version 1.1.0-alpha.17592000 to 1.1.0-alpha.28960460

build/data.json

2

build/index.js

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

module.exports = {"cssstats":{"size":281,"gzipSize":229,"humanizedSize":"281B","humanizedGzipSize":"229B","rules":{"total":3,"size":{"graph":[6,2,1],"max":6,"average":3}},"selectors":{"total":3,"type":1,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".branch-name",".branch-name .octicon","a.branch-name"],"specificity":{"max":20,"average":13.666666666666666}},"declarations":{"total":9,"unique":9,"properties":{"display":["inline-block"],"padding":["2px 6px"],"font":["12px \"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace"],"color":["rgba(27,31,35,0.6)","#a8bbd0","#0366d6"],"background-color":["#eaf5ff"],"border-radius":["3px"],"margin":["1px -2px 0 0"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}}
module.exports = {"cssstats":{"size":281,"gzipSize":229,"humanizedSize":"281B","humanizedGzipSize":"229B","rules":{"total":3,"size":{"graph":[6,2,1],"max":6,"average":3},"selectorByRuleSizes":[{"selector":".branch-name","declarations":6},{"selector":".branch-name .octicon","declarations":2},{"selector":"a.branch-name","declarations":1}]},"selectors":{"total":3,"type":1,"class":3,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".branch-name",".branch-name .octicon","a.branch-name"],"specificity":{"max":20,"average":13.666666666666666}},"declarations":{"total":9,"unique":9,"properties":{"display":["inline-block"],"padding":["2px 6px"],"font":["12px \"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace"],"color":["rgba(27,31,35,0.6)","#a8bbd0","#0366d6"],"background-color":["#eaf5ff"],"border-radius":["3px"],"margin":["1px -2px 0 0"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}}
{
"version": "1.1.0-alpha.17592000",
"version": "1.1.0-alpha.28960460",
"name": "primer-branch-name",

@@ -29,6 +29,8 @@ "description": "A nice, consistent way to display branch names.",

"lint": "../../script/lint-scss",
"test": "../../script/npm-run-all build lint test-docs"
"test": "../../script/npm-run-all build lint test-docs",
"prepublishOnly": "../../script/notify pending",
"postpublish": "../../script/notify success"
},
"dependencies": {
"primer-support": "4.6.0-alpha.17592000"
"primer-support": "4.8.0-alpha.28960460"
},

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

@@ -40,2 +40,3 @@ # Primer / Branch Name

title: Branch name
path: components/branch-name
status: Stable

@@ -46,4 +47,7 @@ -->

```html
```html title="Branch name"
<span class="branch-name">a_new_feature_branch</span>
```
```html title="Branch name with link"
<a href="#url" class="branch-name">a_new_feature_branch</a>

@@ -54,5 +58,5 @@ ```

```html
```erb title="Branch name with icon"
<span class="branch-name">
<%= octicon("git-branch") width:16 height:16 %>
<%= octicon("git-branch", width:16, height:16) %>
a_new_feature_branch

@@ -59,0 +63,0 @@ </span>

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