New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

badges

Package Overview
Dependencies
Maintainers
2
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

badges - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

6

es2015/badges.js

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

Sauce Labs Badge
@method saucelabsbm
@method saucelabs
@param {String} config.saucelabsUsername The saucelabs username

@@ -375,3 +375,3 @@ @param {String} config.saucelabsAuthToken The saucelabs authorisation token

60devs Tips Badge
@method patreon
@method sixtydevstips
@param {String} config.sixtydevsUsername The 60devs username to donate to

@@ -428,3 +428,3 @@ @param {String} config.sixtydevstipsURL The url to the 60devs donate page

Open Collective Badge
@method patreon
@method opencollective
@param {String} config.opencollectiveUsername The Open Collective username to donate to

@@ -431,0 +431,0 @@ @param {String} config.opencollectiveURL The url to the Open Collective donate page

# History
## v1.2.3 2017 January 27
- Updated meta files
## v1.2.2 2017 January 26

@@ -4,0 +7,0 @@ - Added [Open Collective](https://opencollective.com) badge

{
"name": "badges",
"version": "1.2.2",
"version": "1.2.3",
"description": "The definitive collection of badges for rendering",

@@ -72,3 +72,2 @@ "homepage": "https://github.com/bevry/badges",

"---",
"slackin",
"patreon",

@@ -80,3 +79,5 @@ "opencollective",

"bitcoin",
"wishlist"
"wishlist",
"---",
"slackin"
],

@@ -165,5 +166,7 @@ "config": {

"our:test": "npm run our:verify && npm test",
"our:release": "npm run our:release:prepare && npm run our:release:publish && npm run our:release:tag && npm run our:release:push",
"our:release": "npm run our:release:prepare && npm run our:release:check && npm run our:release:tag && npm run our:release:push",
"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
"our:release:publish": "npm publish",
"our:release:check": "npm run our:release:check:changelog && npm run our:release:check:dirty",
"our:release:check:changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
"our:release:check:dirty": "git diff --exit-code",
"our:release:tag": "git tag v$npm_package_version -a",

@@ -170,0 +173,0 @@ "our:release:push": "git push origin master && git push origin --tags",

@@ -16,3 +16,2 @@ <!-- TITLE/ -->

<br class="badge-separator" />
<span class="badge-slackin"><a href="https://slack.bevry.me" title="Join this project's slack community"><img src="https://slack.bevry.me/badge.svg" alt="Slack community badge" /></a></span>
<span class="badge-patreon"><a href="https://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span>

@@ -25,2 +24,4 @@ <span class="badge-opencollective"><a href="https://opencollective.com/bevry" title="Donate to this project using Open Collective"><img src="https://img.shields.io/badge/open%20collective-donate-yellow.svg" alt="Open Collective donate button" /></a></span>

<span class="badge-wishlist"><a href="https://bevry.me/wishlist" title="Buy an item on our wishlist for us"><img src="https://img.shields.io/badge/wishlist-donate-yellow.svg" alt="Wishlist browse button" /></a></span>
<br class="badge-separator" />
<span class="badge-slackin"><a href="https://slack.bevry.me" title="Join this project's slack community"><img src="https://slack.bevry.me/badge.svg" alt="Slack community badge" /></a></span>

@@ -48,3 +49,3 @@ <!-- /BADGES -->

<li>Module: <code>require('badges')</code></li>
<li>CDN URL: <code>//wzrd.in/bundle/badges@1.2.2</code></li></ul>
<li>CDN URL: <code>//wzrd.in/bundle/badges@1.2.3</code></li></ul>

@@ -177,3 +178,3 @@ <a href="http://enderjs.com" title="Ender is a full featured package manager for your browser"><h3>Ender</h3></a><ul>

[Complete badge configuration available to you can be found here.](http://rawgit.com/bevry/bdages/master/docs/)
[Complete badge configuration available to you can be found here.](https://master.badges.bevry.surge.sh/docs/)

@@ -180,0 +181,0 @@

@@ -187,3 +187,3 @@ 'use strict'

Sauce Labs Badge
@method saucelabsbm
@method saucelabs
@param {String} config.saucelabsUsername The saucelabs username

@@ -331,3 +331,3 @@ @param {String} config.saucelabsAuthToken The saucelabs authorisation token

60devs Tips Badge
@method patreon
@method sixtydevstips
@param {String} config.sixtydevsUsername The 60devs username to donate to

@@ -378,3 +378,3 @@ @param {String} config.sixtydevstipsURL The url to the 60devs donate page

Open Collective Badge
@method patreon
@method opencollective
@param {String} config.opencollectiveUsername The Open Collective username to donate to

@@ -381,0 +381,0 @@ @param {String} config.opencollectiveURL The url to the Open Collective donate page

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