Socket
Socket
Sign inDemoInstall

github-buttons

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-buttons - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

dist/buttons.common.js

@@ -20,3 +20,3 @@ 'use strict';

var name = "github-buttons";
var version = "2.0.1";
var version = "2.0.2";

@@ -23,0 +23,0 @@ var apiBaseURL, baseURL, htmlPath;

@@ -16,3 +16,3 @@ var document = window.document;

var name = "github-buttons";
var version = "2.0.1";
var version = "2.0.2";

@@ -19,0 +19,0 @@ var apiBaseURL, baseURL, htmlPath;

@@ -19,3 +19,3 @@ (function () {

var name = "github-buttons";
var version = "2.0.1";
var version = "2.0.2";

@@ -120,21 +120,2 @@ var apiBaseURL, baseURL, buttonClass, htmlPath;

var parseOptions = function(anchor) {
var attribute, i, len, options, ref;
options = {
"href": anchor.href,
"title": anchor.title,
"aria-label": anchor.getAttribute("aria-label")
};
ref = ["icon", "text", "size", "show-count"];
for (i = 0, len = ref.length; i < len; i++) {
attribute = ref[i];
attribute = "data-" + attribute;
options[attribute] = anchor.getAttribute(attribute);
}
if (options["data-text"] == null) {
options["data-text"] = anchor.textContent || anchor.innerText;
}
return options;
};
var css = "body{margin:0}a{color:#24292e;text-decoration:none;outline:0}.widget{display:inline-block;overflow:hidden;font-family:-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:0;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn,.social-count{display:inline-block;font-weight:600;vertical-align:bottom;cursor:pointer;border:1px solid #d1d2d3;border-radius:0.25em}.btn:focus,.social-count:focus{border-color:#c8e1ff}.btn{background-color:#eff3f6;background-image:-webkit-linear-gradient(top, #fafbfc, #e4ebf0);background-image:-moz-linear-gradient(top, #fafbfc, #e4ebf0);background-image:linear-gradient(to bottom, #fafbfc, #e4ebf0);background-repeat:repeat-x;background-size:110% 110%;-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFAFBFC', endColorstr='#FFE4EBF0')\";*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFAFBFC', endColorstr='#FFE4EBF0')}.btn:active{background-color:#e9ecef;background-image:none;border-color:#afb1b2;box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15)}.btn:hover{background-color:#e6ebf1;background-image:-webkit-linear-gradient(top, #f0f3f6, #dce3ec);background-image:-moz-linear-gradient(top, #f0f3f6, #dce3ec);background-image:linear-gradient(to bottom, #f0f3f6, #dce3ec);border-color:#afb1b2;-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F3F6', endColorstr='#FFDCE3EC')\";*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F3F6', endColorstr='#FFDCE3EC')}.social-count{position:relative;background-color:#fff}.social-count:hover{color:#0366d6}.octicon{position:relative;display:inline-block;vertical-align:top;fill:currentColor}.btn,.social-count{height:18px;padding:0 5px;line-height:18px}.btn{font-size:11px}.social-count{margin-left:5px;font-size:10px}.octicon{height:14px;top:2px}.large .btn,.large .social-count{height:26px;line-height:26px}.large .btn{padding:0 10px;font-size:12px}.large .social-count{padding:0 7px;margin-left:7px;font-size:11px}.large .octicon{height:18px;top:4px}.social-count b,.social-count i{position:absolute;top:50%;left:0;display:block;width:0;height:0;margin:-4px 0 0 -4px;_font-size:0;_line-height:0;border:solid transparent;border-width:4px 4px 4px 0}.social-count b{border-right-color:#d1d2d3}.social-count:focus b{border-right-color:#c8e1ff}.social-count i{margin-left:-3px;border-right-color:#fff}.social-count b,.social-count i{_border-top-color:red !important;_border-bottom-color:red !important;_border-left-color:red !important;_filter:chroma(color=red)}.large .social-count b,.large .social-count i{margin:-5px 0 0 -5px;border-width:5px 5px 5px 0}.large .social-count i{margin-left:-4px}\n";

@@ -318,2 +299,21 @@

var parseOptions = function(anchor) {
var attribute, i, len, options, ref;
options = {
"href": anchor.href,
"title": anchor.title,
"aria-label": anchor.getAttribute("aria-label")
};
ref = ["icon", "text", "size", "show-count"];
for (i = 0, len = ref.length; i < len; i++) {
attribute = ref[i];
attribute = "data-" + attribute;
options[attribute] = anchor.getAttribute(attribute);
}
if (options["data-text"] == null) {
options["data-text"] = anchor.textContent || anchor.innerText;
}
return options;
};
var ceilPixel, devicePixelRatio;

@@ -434,16 +434,8 @@

if (typeof define === "function" && define.amd) {
define([], {
render: render$1
});
} else if (typeof exports === "object" && typeof exports.nodeName !== "string") {
exports.render = render$1;
if (location.protocol + "//" + location.host + location.pathname === baseURL + htmlPath) {
render(document.body, parse(location.hash.replace(/^#/, "")));
} else {
if (location.protocol + "//" + location.host + location.pathname === baseURL + htmlPath) {
render(document.body, parse(location.hash.replace(/^#/, "")));
} else {
defer(render$2);
}
defer(render$2);
}
}());

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

!function(){"use strict";var d,c,s,p=window.document,e=p.location,h=window.encodeURIComponent,l=window.decodeURIComponent,r=window.Math,u=function(e){return p.createElement(e)};c="github-button",d=(/^http:/.test(e)?"http":"https")+"://unpkg.com/github-buttons@2.0.1/dist",s="/buttons.html";var f,g,t;f=function(e,t,o){e.addEventListener?e.addEventListener(""+t,o):e.attachEvent("on"+t,o)},g=function(t,o,n){var r;f(t,o,r=function(e){return t.removeEventListener?t.removeEventListener(""+o,r):t.detachEvent("on"+o,r),n(e)})},t=function(e){var t,o;/m/.test(p.readyState)||!/g/.test(p.readyState)&&!p.documentElement.doScroll?setTimeout(e):p.addEventListener?(o=0,g(p,"DOMContentLoaded",t=function(){!o&&(o=1)&&e()}),g(window,"load",t)):(t=function(){/m/.test(p.readyState)&&(p.detachEvent("onreadystatechange",t),e())},p.attachEvent("onreadystatechange",t))};var m,w,b,v,i,o,x,C,y,n,k="body{margin:0}a{color:#24292e;text-decoration:none;outline:0}.widget{display:inline-block;overflow:hidden;font-family:-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:0;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn,.social-count{display:inline-block;font-weight:600;vertical-align:bottom;cursor:pointer;border:1px solid #d1d2d3;border-radius:0.25em}.btn:focus,.social-count:focus{border-color:#c8e1ff}.btn{background-color:#eff3f6;background-image:-webkit-linear-gradient(top, #fafbfc, #e4ebf0);background-image:-moz-linear-gradient(top, #fafbfc, #e4ebf0);background-image:linear-gradient(to bottom, #fafbfc, #e4ebf0);background-repeat:repeat-x;background-size:110% 110%;-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFAFBFC', endColorstr='#FFE4EBF0')\";*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFAFBFC', endColorstr='#FFE4EBF0')}.btn:active{background-color:#e9ecef;background-image:none;border-color:#afb1b2;box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15)}.btn:hover{background-color:#e6ebf1;background-image:-webkit-linear-gradient(top, #f0f3f6, #dce3ec);background-image:-moz-linear-gradient(top, #f0f3f6, #dce3ec);background-image:linear-gradient(to bottom, #f0f3f6, #dce3ec);border-color:#afb1b2;-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F3F6', endColorstr='#FFDCE3EC')\";*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F3F6', endColorstr='#FFDCE3EC')}.social-count{position:relative;background-color:#fff}.social-count:hover{color:#0366d6}.octicon{position:relative;display:inline-block;vertical-align:top;fill:currentColor}.btn,.social-count{height:18px;padding:0 5px;line-height:18px}.btn{font-size:11px}.social-count{margin-left:5px;font-size:10px}.octicon{height:14px;top:2px}.large .btn,.large .social-count{height:26px;line-height:26px}.large .btn{padding:0 10px;font-size:12px}.large .social-count{padding:0 7px;margin-left:7px;font-size:11px}.large .octicon{height:18px;top:4px}.social-count b,.social-count i{position:absolute;top:50%;left:0;display:block;width:0;height:0;margin:-4px 0 0 -4px;_font-size:0;_line-height:0;border:solid transparent;border-width:4px 4px 4px 0}.social-count b{border-right-color:#d1d2d3}.social-count:focus b{border-right-color:#c8e1ff}.social-count i{margin-left:-3px;border-right-color:#fff}.social-count b,.social-count i{_border-top-color:red !important;_border-bottom-color:red !important;_border-left-color:red !important;_filter:chroma(color=red)}.large .social-count b,.large .social-count i{margin:-5px 0 0 -5px;border-width:5px 5px 5px 0}.large .social-count i{margin-left:-4px}\n",a={"mark-github":{width:16,height:16,path:'<path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/>'},eye:{width:16,height:16,path:'<path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"/>'},star:{width:14,height:16,path:'<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"/>'},"repo-forked":{width:10,height:16,path:'<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/>'},"issue-opened":{width:14,height:16,path:'<path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"/>'},"cloud-download":{width:16,height:16,path:'<path fill-rule="evenodd" d="M9 12h2l-3 3-3-3h2V7h2v5zm3-8c0-.44-.91-3-4.5-3C5.08 1 3 2.92 3 5 1.02 5 0 6.52 0 8c0 1.53 1 3 3 3h3V9.7H3C1.38 9.7 1.3 8.28 1.3 8c0-.17.05-1.7 1.7-1.7h1.3V5c0-1.39 1.56-2.7 3.2-2.7 2.55 0 3.13 1.55 3.2 1.8v1.2H12c.81 0 2.7.22 2.7 2.2 0 2.09-2.25 2.2-2.7 2.2h-2V11h2c2.08 0 4-1.16 4-3.5C16 5.06 14.08 4 12 4z"/>'}};m=function(e,t){return e=(""+e).toLowerCase().replace(/^octicon-/,""),a.hasOwnProperty(e)||(e="mark-github"),'<svg version="1.1" width="'+t*a[e].width/a[e].height+'" height="'+t+'" viewBox="0 0 '+a[e].width+" "+a[e].height+'" class="octicon octicon-'+e+'" aria-hidden="true">'+a[e].path+"</svg>"},b={},w=function(e,t){var o,n,r,i,a,l,c,d;1<(l=b[e]||(b[e]=[])).push(t)||(i=0,n=function(){if(!i&&(i=1))for(delete b[e];t=l.shift();)t.apply(null,arguments)},(o=window.XMLHttpRequest)&&"withCredentials"in o.prototype?(d=new o,f(d,"abort",n),f(d,"error",n),f(d,"load",function(){n(200!==d.status,function(){try{return JSON.parse(d.responseText)}catch(e){}}())}),d.open("GET",e),d.send()):((r=this||window)._=function(e){r._=null,n(200!==e.meta.status,e.data)},(c=r.document.createElement("script")).async=!0,c.src=e+(/\?/.test(e)?"&":"?")+"callback=_",f(c,"error",a=function(){r._&&r._({meta:{}})}),c.readyState&&f(c,"readystatechange",function(){"loaded"===c.readyState&&a()}),r.document.getElementsByTagName("head")[0].appendChild(c)))},v=function(e,t,o){var r,i,n,a,l,c,d,s,p,h,u,f,g,b;t&&(n=this,c=e.ownerDocument,l=function(e){return c.createTextNode(e)},(d=(a=function(e){return c.createElement(e)})("style")).type="text/css",e.appendChild(d),d.styleSheet?d.styleSheet.cssText=k:d.appendChild(l(k)),(s=e.appendChild(a("div"))).className="widget"+(/^large$/i.test(t["data-size"])?" large":""),i=function(){o&&o(s)},(p=a("a")).href=t.href,p.target="_blank",/\.github\.com$/.test("."+p.hostname)?/^https?:\/\/((gist\.)?github\.com\/[^\/?#]+\/[^\/?#]+\/archive\/|github\.com\/[^\/?#]+\/[^\/?#]+\/releases\/download\/|codeload\.github\.com\/)/.test(p.href)&&(p.target="_top"):(p.href="#",p.target="_self"),p.className="btn",(h=t["aria-label"])&&p.setAttribute("aria-label",h),p.innerHTML=m(t["data-icon"],/^large$/i.test(t["data-size"])?16:14),p.appendChild(l(" ")),p.appendChild(a("span")).appendChild(l(t["data-text"]||"")),r=s.appendChild(p),/^(true|1)$/i.test(t["data-show-count"])&&"github.com"===r.hostname?!(g=r.pathname.replace(/^(?!\/)/,"/").match(/^\/([^\/?#]+)(?:\/([^\/?#]+)(?:\/(?:(subscription)|(fork)|(issues)|([^\/?#]+)))?)?(?:[\/?#]|$)/))||g[6]?i():(f=g[2]?(u="/repos/"+g[1]+"/"+g[2],g[3]?(b="subscribers_count","watchers"):g[4]?(b="forks_count","network"):g[5]?(b="open_issues_count","issues"):(b="stargazers_count","stargazers")):(u="/users/"+g[1],b="followers"),w.call(n,"https://api.github.com"+u,function(e,t){var o,n;e||(n=t[b],(o=a("a")).href=t.html_url+"/"+f,o.target="_blank",o.className="social-count",o.setAttribute("aria-label",n+" "+b.replace(/_count$/,"").replace("_"," ").slice(0,n<2?-1:void 0)+" on GitHub"),o.appendChild(a("b")),o.appendChild(a("i")),o.appendChild(a("span")).appendChild(c.createTextNode((""+n).replace(/\B(?=(\d{3})+(?!\d))/g,","))),r.parentNode.insertBefore(o,r.nextSibling)),i()})):i())},o=window.devicePixelRatio||1,i=function(e){return(1<o?r.ceil(r.round(e*o)/o*2)/2:r.ceil(e))||0},x=function(e){var t,o,n;return n=e.scrollWidth,o=e.scrollHeight,e.getBoundingClientRect&&(t=e.getBoundingClientRect(),n=r.max(n,i(t.width||t.right-t.left)),o=r.max(o,i(t.height||t.bottom-t.top))),[n,o]},C=function(e,t){e.style.width=t[0]+"px",e.style.height=t[1]+"px"},y=function(o,n){var e,t,r,i,a,l,c;if(null!=o&&null!=n)if(o.getAttribute&&(o=function(e){var t,o,n,r,i;for(r={href:e.href,title:e.title,"aria-label":e.getAttribute("aria-label")},o=0,n=(i=["icon","text","size","show-count"]).length;o<n;o++)r[t="data-"+(t=i[o])]=e.getAttribute(t);return null==r["data-text"]&&(r["data-text"]=e.textContent||e.innerText),r}(o)),(e=window.HTMLElement)&&e.prototype.attachShadow&&!e.prototype.attachShadow.prototype)t=u("span"),(l=o.title)&&(t.title=l),v(t.attachShadow({mode:"closed"}),o,function(){n(t)});else{for(i in r=u("iframe"),a={allowtransparency:!0,scrolling:"no",frameBorder:0})c=a[i],r.setAttribute(i,c);C(r,[1,0]),r.style.border="none",r.src="javascript:0",g(r,"load",function(){var e;e=r.contentWindow,v.call(e,e.document.body,o,function(e){var t;t=x(e),r.parentNode.removeChild(r),g(r,"load",function(){C(r,t)}),r.src=d+s+"#"+function(e){var t,o,n;for(t in o=[],e)null!=(n=e[t])&&o.push(h(t)+"="+h(n));return o.join("&")}(o),(l=o.title)&&(r.title=l),n(r)})}),p.body.appendChild(r)}},n=function(){var e,t,o,n,r,i,a,l;if(t=[],p.querySelectorAll)t=p.querySelectorAll("a."+c);else for(n=0,i=(l=p.getElementsByTagName("a")).length;n<i;n++)~(" "+(e=l[n]).className+" ").replace(/[ \t\n\f\r]+/g," ").indexOf(" "+c+" ")&&t.push(e);for(o=function(t){y(t,function(e){t.parentNode.replaceChild(e,t)})},r=0,a=t.length;r<a;r++)o(e=t[r])},"function"==typeof define&&define.amd?define([],{render:y}):"object"==typeof exports&&"string"!=typeof exports.nodeName?exports.render=y:e.protocol+"//"+e.host+e.pathname===d+s?v(p.body,function(e){var t,o,n,r,i,a;for(r={},t=0,o=(a=e.split("&")).length;t<o;t++)""!==(n=a[t])&&(i=n.split("="),r[l(i[0])]=null!=i[1]?l(i.slice(1).join("=")):void 0);return r}(e.hash.replace(/^#/,""))):t(n)}();
!function(){"use strict";var d,c,s,h=window.document,t=h.location,p=window.encodeURIComponent,l=window.decodeURIComponent,r=window.Math,u=function(t){return h.createElement(t)};c="github-button",d=(/^http:/.test(t)?"http":"https")+"://unpkg.com/github-buttons@2.0.2/dist",s="/buttons.html";var f,g,e;f=function(t,e,o){t.addEventListener?t.addEventListener(""+e,o):t.attachEvent("on"+e,o)},g=function(e,o,n){var r;f(e,o,r=function(t){return e.removeEventListener?e.removeEventListener(""+o,r):e.detachEvent("on"+o,r),n(t)})},e=function(t){var e,o;/m/.test(h.readyState)||!/g/.test(h.readyState)&&!h.documentElement.doScroll?setTimeout(t):h.addEventListener?(o=0,g(h,"DOMContentLoaded",e=function(){!o&&(o=1)&&t()}),g(window,"load",e)):(e=function(){/m/.test(h.readyState)&&(h.detachEvent("onreadystatechange",e),t())},h.attachEvent("onreadystatechange",e))};var m,v,b,w,x="body{margin:0}a{color:#24292e;text-decoration:none;outline:0}.widget{display:inline-block;overflow:hidden;font-family:-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";font-size:0;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn,.social-count{display:inline-block;font-weight:600;vertical-align:bottom;cursor:pointer;border:1px solid #d1d2d3;border-radius:0.25em}.btn:focus,.social-count:focus{border-color:#c8e1ff}.btn{background-color:#eff3f6;background-image:-webkit-linear-gradient(top, #fafbfc, #e4ebf0);background-image:-moz-linear-gradient(top, #fafbfc, #e4ebf0);background-image:linear-gradient(to bottom, #fafbfc, #e4ebf0);background-repeat:repeat-x;background-size:110% 110%;-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFAFBFC', endColorstr='#FFE4EBF0')\";*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFAFBFC', endColorstr='#FFE4EBF0')}.btn:active{background-color:#e9ecef;background-image:none;border-color:#afb1b2;box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15)}.btn:hover{background-color:#e6ebf1;background-image:-webkit-linear-gradient(top, #f0f3f6, #dce3ec);background-image:-moz-linear-gradient(top, #f0f3f6, #dce3ec);background-image:linear-gradient(to bottom, #f0f3f6, #dce3ec);border-color:#afb1b2;-ms-filter:\"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F3F6', endColorstr='#FFDCE3EC')\";*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F3F6', endColorstr='#FFDCE3EC')}.social-count{position:relative;background-color:#fff}.social-count:hover{color:#0366d6}.octicon{position:relative;display:inline-block;vertical-align:top;fill:currentColor}.btn,.social-count{height:18px;padding:0 5px;line-height:18px}.btn{font-size:11px}.social-count{margin-left:5px;font-size:10px}.octicon{height:14px;top:2px}.large .btn,.large .social-count{height:26px;line-height:26px}.large .btn{padding:0 10px;font-size:12px}.large .social-count{padding:0 7px;margin-left:7px;font-size:11px}.large .octicon{height:18px;top:4px}.social-count b,.social-count i{position:absolute;top:50%;left:0;display:block;width:0;height:0;margin:-4px 0 0 -4px;_font-size:0;_line-height:0;border:solid transparent;border-width:4px 4px 4px 0}.social-count b{border-right-color:#d1d2d3}.social-count:focus b{border-right-color:#c8e1ff}.social-count i{margin-left:-3px;border-right-color:#fff}.social-count b,.social-count i{_border-top-color:red !important;_border-bottom-color:red !important;_border-left-color:red !important;_filter:chroma(color=red)}.large .social-count b,.large .social-count i{margin:-5px 0 0 -5px;border-width:5px 5px 5px 0}.large .social-count i{margin-left:-4px}\n",o={"mark-github":{width:16,height:16,path:'<path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/>'},eye:{width:16,height:16,path:'<path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"/>'},star:{width:14,height:16,path:'<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"/>'},"repo-forked":{width:10,height:16,path:'<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/>'},"issue-opened":{width:14,height:16,path:'<path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"/>'},"cloud-download":{width:16,height:16,path:'<path fill-rule="evenodd" d="M9 12h2l-3 3-3-3h2V7h2v5zm3-8c0-.44-.91-3-4.5-3C5.08 1 3 2.92 3 5 1.02 5 0 6.52 0 8c0 1.53 1 3 3 3h3V9.7H3C1.38 9.7 1.3 8.28 1.3 8c0-.17.05-1.7 1.7-1.7h1.3V5c0-1.39 1.56-2.7 3.2-2.7 2.55 0 3.13 1.55 3.2 1.8v1.2H12c.81 0 2.7.22 2.7 2.2 0 2.09-2.25 2.2-2.7 2.2h-2V11h2c2.08 0 4-1.16 4-3.5C16 5.06 14.08 4 12 4z"/>'}};m=function(t,e){return t=(""+t).toLowerCase().replace(/^octicon-/,""),o.hasOwnProperty(t)||(t="mark-github"),'<svg version="1.1" width="'+e*o[t].width/o[t].height+'" height="'+e+'" viewBox="0 0 '+o[t].width+" "+o[t].height+'" class="octicon octicon-'+t+'" aria-hidden="true">'+o[t].path+"</svg>"},b={},v=function(t,e){var o,n,r,a,i,l,c,d;1<(l=b[t]||(b[t]=[])).push(e)||(a=0,n=function(){if(!a&&(a=1))for(delete b[t];e=l.shift();)e.apply(null,arguments)},(o=window.XMLHttpRequest)&&"withCredentials"in o.prototype?(d=new o,f(d,"abort",n),f(d,"error",n),f(d,"load",function(){n(200!==d.status,function(){try{return JSON.parse(d.responseText)}catch(t){}}())}),d.open("GET",t),d.send()):((r=this||window)._=function(t){r._=null,n(200!==t.meta.status,t.data)},(c=r.document.createElement("script")).async=!0,c.src=t+(/\?/.test(t)?"&":"?")+"callback=_",f(c,"error",i=function(){r._&&r._({meta:{}})}),c.readyState&&f(c,"readystatechange",function(){"loaded"===c.readyState&&i()}),r.document.getElementsByTagName("head")[0].appendChild(c)))},w=function(t,e,o){var r,a,n,i,l,c,d,s,h,p,u,f,g,b;e&&(n=this,c=t.ownerDocument,l=function(t){return c.createTextNode(t)},(d=(i=function(t){return c.createElement(t)})("style")).type="text/css",t.appendChild(d),d.styleSheet?d.styleSheet.cssText=x:d.appendChild(l(x)),(s=t.appendChild(i("div"))).className="widget"+(/^large$/i.test(e["data-size"])?" large":""),a=function(){o&&o(s)},(h=i("a")).href=e.href,h.target="_blank",/\.github\.com$/.test("."+h.hostname)?/^https?:\/\/((gist\.)?github\.com\/[^\/?#]+\/[^\/?#]+\/archive\/|github\.com\/[^\/?#]+\/[^\/?#]+\/releases\/download\/|codeload\.github\.com\/)/.test(h.href)&&(h.target="_top"):(h.href="#",h.target="_self"),h.className="btn",(p=e["aria-label"])&&h.setAttribute("aria-label",p),h.innerHTML=m(e["data-icon"],/^large$/i.test(e["data-size"])?16:14),h.appendChild(l(" ")),h.appendChild(i("span")).appendChild(l(e["data-text"]||"")),r=s.appendChild(h),/^(true|1)$/i.test(e["data-show-count"])&&"github.com"===r.hostname?!(g=r.pathname.replace(/^(?!\/)/,"/").match(/^\/([^\/?#]+)(?:\/([^\/?#]+)(?:\/(?:(subscription)|(fork)|(issues)|([^\/?#]+)))?)?(?:[\/?#]|$)/))||g[6]?a():(f=g[2]?(u="/repos/"+g[1]+"/"+g[2],g[3]?(b="subscribers_count","watchers"):g[4]?(b="forks_count","network"):g[5]?(b="open_issues_count","issues"):(b="stargazers_count","stargazers")):(u="/users/"+g[1],b="followers"),v.call(n,"https://api.github.com"+u,function(t,e){var o,n;t||(n=e[b],(o=i("a")).href=e.html_url+"/"+f,o.target="_blank",o.className="social-count",o.setAttribute("aria-label",n+" "+b.replace(/_count$/,"").replace("_"," ").slice(0,n<2?-1:void 0)+" on GitHub"),o.appendChild(i("b")),o.appendChild(i("i")),o.appendChild(i("span")).appendChild(c.createTextNode((""+n).replace(/\B(?=(\d{3})+(?!\d))/g,","))),r.parentNode.insertBefore(o,r.nextSibling)),a()})):a())};var a,n,C,y,k,i;n=window.devicePixelRatio||1,a=function(t){return(1<n?r.ceil(r.round(t*n)/n*2)/2:r.ceil(t))||0},C=function(t){var e,o,n;return n=t.scrollWidth,o=t.scrollHeight,t.getBoundingClientRect&&(e=t.getBoundingClientRect(),n=r.max(n,a(e.width||e.right-e.left)),o=r.max(o,a(e.height||e.bottom-e.top))),[n,o]},y=function(t,e){t.style.width=e[0]+"px",t.style.height=e[1]+"px"},k=function(o,n){var t,e,r,a,i,l,c;if(null!=o&&null!=n)if(o.getAttribute&&(o=function(t){var e,o,n,r,a;for(r={href:t.href,title:t.title,"aria-label":t.getAttribute("aria-label")},o=0,n=(a=["icon","text","size","show-count"]).length;o<n;o++)r[e="data-"+(e=a[o])]=t.getAttribute(e);return null==r["data-text"]&&(r["data-text"]=t.textContent||t.innerText),r}(o)),(t=window.HTMLElement)&&t.prototype.attachShadow&&!t.prototype.attachShadow.prototype)e=u("span"),(l=o.title)&&(e.title=l),w(e.attachShadow({mode:"closed"}),o,function(){n(e)});else{for(a in r=u("iframe"),i={allowtransparency:!0,scrolling:"no",frameBorder:0})c=i[a],r.setAttribute(a,c);y(r,[1,0]),r.style.border="none",r.src="javascript:0",g(r,"load",function(){var t;t=r.contentWindow,w.call(t,t.document.body,o,function(t){var e;e=C(t),r.parentNode.removeChild(r),g(r,"load",function(){y(r,e)}),r.src=d+s+"#"+function(t){var e,o,n;for(e in o=[],t)null!=(n=t[e])&&o.push(p(e)+"="+p(n));return o.join("&")}(o),(l=o.title)&&(r.title=l),n(r)})}),h.body.appendChild(r)}},i=function(){var t,e,o,n,r,a,i,l;if(e=[],h.querySelectorAll)e=h.querySelectorAll("a."+c);else for(n=0,a=(l=h.getElementsByTagName("a")).length;n<a;n++)~(" "+(t=l[n]).className+" ").replace(/[ \t\n\f\r]+/g," ").indexOf(" "+c+" ")&&e.push(t);for(o=function(e){k(e,function(t){e.parentNode.replaceChild(t,e)})},r=0,i=e.length;r<i;r++)o(t=e[r])},t.protocol+"//"+t.host+t.pathname===d+s?w(h.body,function(t){var e,o,n,r,a,i;for(r={},e=0,o=(i=t.split("&")).length;e<o;e++)""!==(n=i[e])&&(a=n.split("="),r[l(a[0])]=null!=a[1]?l(a.slice(1).join("=")):void 0);return r}(t.hash.replace(/^#/,""))):e(i)}();
{
"name": "github-buttons",
"version": "2.0.1",
"version": "2.0.2",
"description": "GitHub Buttons",

@@ -27,3 +27,5 @@ "keywords": [

"module": "dist/buttons.esm.js",
"typings": "dist/buttons.d.ts",
"unpkg": "dist/buttons.js",
"jsdelivr": "dist/buttons.js",
"types": "dist/buttons.d.ts",
"scripts": {

@@ -53,18 +55,17 @@ "build": "rollup -c rollup.config.js",

"karma-webpack": "^3.0.5",
"mocha": "^5.2.0",
"mocha": "^6.0.1",
"node-sass": "^4.11.0",
"octicons": "^8.4.1",
"octicons": "^8.4.2",
"raw-loader": "^1.0.0",
"rollup": "^1.2.1",
"rollup": "^1.2.2",
"rollup-plugin-coffee-script": "^2.0.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-uglify": "^6.0.2",
"rollup-watch": "^4.3.1",
"sass-loader": "^7.1.0",
"sinon": "^7.2.3",
"sinon": "^7.2.4",
"sinon-chai": "^3.3.0",
"webpack": "^4.29.4"
"webpack": "^4.29.5"
}
}

@@ -12,7 +12,2 @@ github-buttons

``` html
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
```
Get started quickly with **[github:button configurator](https://buttons.github.io)**.

@@ -49,3 +44,3 @@

| `href` | GitHub link for the button. |
| `title` | `title` attribute for the button's `<iframe>`. |
| `title` | `title` attribute for the button's rendered element. |
| `data-icon` | `octicon-mark-github` by default. A [subset](rollup.config.js) of [Octicons](https://octicons.github.com) is bundled. |

@@ -52,0 +47,0 @@ | `data-size` | _None_ by default or `large`. |

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