Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

debug

We are on a mission to maintain the `debug-js/debug` JavaScript debugging module
Collective - Host: opensource - https://opencollective.com/debug - Code: https://github.com/debug-js/debug

fix: Adjust wording as per @thebigredgeek

github.com/debug-js/debug - 2a146b65ca801e5d4cfd1d0b7e33d452b69bb09b authored almost 8 years ago by Yami <[email protected]>
docs: Simplified language in the opening paragraph. Closes #340

github.com/debug-js/debug - c50b33f8864f5bf52786baa394920ed745931212 authored almost 8 years ago by Yami <[email protected]>
release 2.4.4

github.com/debug-js/debug - f1ca2ab80b824c6bb5d58dade36b587bd2b80272 authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
Work around debug being loaded in preload scripts (#368)

github.com/debug-js/debug - 69480c3bd1b61413b3d5c543d75505ccde774614 authored almost 8 years ago by Paul Betts <[email protected]>
release 2.4.3

github.com/debug-js/debug - e1ee4d546a3c366146de708a9c1bf50939f0f425 authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
Fix #363 (#364)

github.com/debug-js/debug - e4b8bb9a2312844b574bebb5f43b46bfd55cbd61 authored almost 8 years ago by Erik Karlsson <[email protected]>
release 2.4.2

github.com/debug-js/debug - 4c3e80dfaaa499b451619201130c6c2ff07068c2 authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
fix browser colors (#367)

Fixes #366.

github.com/debug-js/debug - 5783966298d2b4d34c3fd25ff284df9d7cd8529f authored almost 8 years ago by Nathan Rajlich <[email protected]>
travis ci integration

github.com/debug-js/debug - a5bbe13b75d9dde0fdb6596f4ecdb08998a21a4b authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
added linting and testing boilerplate with sanity check

github.com/debug-js/debug - f77ca5d56c06a98cd81ade020a2ffbf2c73940a6 authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
release 2.4.1

github.com/debug-js/debug - 803fb05785675e262feb37546858c411b56dc35a authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
Fixed a typo (#356)

github.com/debug-js/debug - 94d78b5b80fb1282dcf97b739cd58402dbeeec14 authored almost 8 years ago by Lazarev Alexandr <[email protected]>
release 2.4.0

github.com/debug-js/debug - b82d4e6c799198b3d39b05265bf68da9a9aacd41 authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
Update bower.json (#342)

Error thrown if using `bower.json` to require files.
`.npmignore` contains `dist`.

github.com/debug-js/debug - 41002f1c7cf6fe2533de1a9400e68007a80d7204 authored almost 8 years ago by Matt Campbell <[email protected]>
Node: configurable `util.inspect()` options (#327)

* `formatArgs()` gets passed the args Array directly

Rather than working on `arguments`. The ...

github.com/debug-js/debug - e58d54b46f6b446afd5262d67faea2308e952908 authored almost 8 years ago by Nathan Rajlich <[email protected]>
Node: `%O` (big O) pretty-prints the object (#322)

* %O (big O) pretty-prints the object

For example:

```js
var debug = require('./')('foo')...

github.com/debug-js/debug - 00f3046c30eb6462123d1e68e5520d62ef19a996 authored almost 8 years ago by Nathan Rajlich <[email protected]>
allow colours in workers (#335)

github.com/debug-js/debug - bd9faa1289fad6557bfcad7f7db0fb49d9921871 authored almost 8 years ago by Alfonso de la Osa <[email protected]>
Use same color for same namespace. (#338)

* Use same color for same namespace.

CF #258

* Remove unused var.

github.com/debug-js/debug - 501521fcc60685b844af06f7c6aa239d5f532f45 authored almost 8 years ago by Laurent <[email protected]>
Revert "handle regex special characters"

This reverts commit 8dd8345d1498b8c6a3c6d7f7f4ebc600cfd2195b.

We shouldn't have changed the ori...

github.com/debug-js/debug - e2a1955330acc155cd6e92580d9ec74f3d55f09b authored almost 8 years ago by Nathan Rajlich <[email protected]>
Release 2.3.3

github.com/debug-js/debug - 3ad8df75614cd4306709ad73519fd579971fb8d9 authored almost 8 years ago by Nathan Rajlich <[email protected]>
browser: whitespace

github.com/debug-js/debug - 8e09edf8f632717595ebfc0894c8d803d15e8576 authored almost 8 years ago by Nathan Rajlich <[email protected]>
Merge pull request #195 from jalleyne/master

Catch JSON stringily errors.

github.com/debug-js/debug - 3491ad6e3a0e84d688aa592b669eae10c24c10c3 authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
Merge pull request #331 from levithomason/patch-1

fix(browser): do not override ls debug if found

github.com/debug-js/debug - 2caf4ef35ae5920e340fa358994c204c0e864b25 authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
fix(browser): do not override ls debug if found

github.com/debug-js/debug - 20c37fdc169eeb42f34d22b11362f66a6a64b19e authored almost 8 years ago by Levi Thomason <[email protected]>
don't create an empty object when no `process`

This is also more readable in my opinion.

github.com/debug-js/debug - a746d52cf2eecb63df3025f2f469b2e06cf70196 authored almost 8 years ago by Nathan Rajlich <[email protected]>
Release 2.3.2

github.com/debug-js/debug - 1c6f45840d0dba8cb14f9975b4633bb685fda400 authored almost 8 years ago by Nathan Rajlich <[email protected]>
be super-safe in index.js as well

github.com/debug-js/debug - 56fd3366c20a812fe2de7d4dbdac43d2823f9ee9 authored almost 8 years ago by Nathan Rajlich <[email protected]>
fix(browser): should check whether process exists

Closes #325.

github.com/debug-js/debug - 0b6ca275e61125d001a5dd2c7782b67433084049 authored almost 8 years ago by Tom Newby <[email protected]>
Release 2.3.1

github.com/debug-js/debug - 6b45c3a15510ad67a9bc79b1309c1e75c3ab6e0a authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
Merge pull request #324 from paulcbetts/electron-compat

Electron compatibility

github.com/debug-js/debug - acd3f5f2f9d8d1ee4840c1ff2715f9442ca906a4 authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
Save a stat

github.com/debug-js/debug - 6d2cd136beeda6f58c6ed24c4ffabd07d3c5c721 authored almost 8 years ago by Paul Betts <[email protected]>
If we're in Electron, try to fallback to process.env.DEBUG if we've got it

github.com/debug-js/debug - dc86779d521186c444cee37cc712f23c3f6db886 authored almost 8 years ago by Paul Betts <[email protected]>
Wire it up

github.com/debug-js/debug - 2ba1323100b915bdd6d51534c67d13d6669fdb7b authored almost 8 years ago by Paul Betts <[email protected]>
Add a switch to flip between electron and node

github.com/debug-js/debug - d26711169f97188af5600ce48897e6332cb6b024 authored almost 8 years ago by Paul Betts <[email protected]>
Merge pull request #321 from fengmk2/remove-lockfile

Library should not contains lockfile

github.com/debug-js/debug - 2f9dc3614f7d1162fd8faf9d2b7ab35204adaddd authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
Library should not contains lockfile

see https://t.co/ce8TntXr7N

github.com/debug-js/debug - 310ae229de447062c54cf508caf3ee7c8335f5a5 authored almost 8 years ago by fengmk2 <[email protected]>
some random optimizations

Hopefully…

github.com/debug-js/debug - 475e7b31f37571057c67ab31e363653d3415f49e authored almost 8 years ago by Nathan Rajlich <[email protected]>
Merge pull request #252 from gimre/patch-1

Corrected PowerShell environment variable example

github.com/debug-js/debug - 54b1a5a6a64b13bad04702b08cff5c3a4b73515c authored almost 8 years ago by Nathan Rajlich <[email protected]>
2.3.0

github.com/debug-js/debug - 8e5a6b3c3d436843ed8c2d9a02315d9d5f9e9442 authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
updated contributors

github.com/debug-js/debug - d887d9326f2ea3a70931cf4662b4faa00e1c2cda authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
Merge pull request #215 from gorangajic/add-ms-as-last-param

move ms to the last place

github.com/debug-js/debug - 820f351906b9e5042bd103e3add4d922a298b693 authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
Merge pull request #317 from visionmedia/feature/yarnIntegration

Added yarn integration to Makefile

github.com/debug-js/debug - d188464921ad7c9722e5f315a1279afae5d63362 authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
added Yarn integration to Makefile

github.com/debug-js/debug - 341e584dd47c2d3ece9c495d0def09f827fc5c8f authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
renamed History.md to CHANGELOG.md

github.com/debug-js/debug - b39265f55eeb72cf63d0e2fec8b2d629c94081e6 authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
added yarn lockfile for yarn support

github.com/debug-js/debug - 5b1e1dac0f71ddb82842ae2f584be0a4c55687a1 authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
Merge pull request #274 from sdaitzman/patch-1

updates license date

github.com/debug-js/debug - 061b4a51f13a8ed5fe50ad09a90cd7536999985a authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
hyphenates license years

github.com/debug-js/debug - 2b78d425cc80d303bdaf2a0679794976c4e4108c authored almost 8 years ago by Sam D <[email protected]>
move ms to the last place

github.com/debug-js/debug - dafc16e7b3400df50714440d22b15f0f4dfc2108 authored almost 8 years ago by Goran Gajic <[email protected]>
Merge pull request #315 from DevSide/patch-3

Bump ms 0.7.2

github.com/debug-js/debug - b02b75320517984e70e893e68195b74e4147d687 authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
Bump ms 0.7.2

github.com/debug-js/debug - e8fe71b473632420e04a4b0c046b4a950fa002d6 authored almost 8 years ago by DevSide <[email protected]>
Merge pull request #250 from zacronos/master

handle regex special characters

github.com/debug-js/debug - 0682a14c166f7da98f3949becbefdb97e4583c79 authored almost 8 years ago by Nathan Rajlich <[email protected]>
Readme: fix USE_COLORS to DEBUG_COLORS

Also remove trailing whitespace

github.com/debug-js/debug - a4e36a821b4c34ce147628a9568de3471f6222e9 authored almost 8 years ago by Nathan Rajlich <[email protected]>
Merge pull request #269 from mlucool/patch-1

Make the format string goodies clearer in README

github.com/debug-js/debug - 4e61d2ac43f7ed221b2081bd30c3a6f644464be9 authored almost 8 years ago by Nathan Rajlich <[email protected]>
Merge pull request #282 from vkarpov15/patch-1

Prevent crash when used with react-native

github.com/debug-js/debug - b13983680fd805efa81b6b0e60631533be56a4e8 authored almost 8 years ago by Nathan Rajlich <[email protected]>
Merge pull request #232 from mattlyons0/master

Extend documentation on DEBUG_FD and DEBUG_COLORS

github.com/debug-js/debug - a4ce0ba66568f8034121d1b632784ccec97e522d authored almost 8 years ago by Nathan Rajlich <[email protected]>
Merge pull request #279 from oncletom/patch-1

Add %O formatter to reflect Chrome's console.log capability

github.com/debug-js/debug - 3c0f3da3b69bf0bc2b8e65dde566926c4e44cc1f authored almost 8 years ago by Nathan Rajlich <[email protected]>
fix(browser): remove variable thats undefined in react-native

https://github.com/facebook/react-native/pull/1632

github.com/debug-js/debug - d39abeda93da6bee011ffce7e902a466f67616a7 authored over 8 years ago by Valeri Karpov <[email protected]>
Add %O formatter to reflect Chrome's console.log capability

refs #278

github.com/debug-js/debug - 7748e508f1cc11c9e9aa0978bb6c3d2bc99deb92 authored over 8 years ago by Thomas Parisot <[email protected]>
updates license date

github.com/debug-js/debug - dec66b8a30efbab4423262b0e4ae71fc34d3ef5f authored over 8 years ago by Sam D <[email protected]>
Merge pull request #271 from exoticknight/patch-1

fix PowerShell set in readme.me

github.com/debug-js/debug - 39ecd87bcc145de5ca1cbea1bf4caed02c34d30a authored over 8 years ago by Nathan Rajlich <[email protected]>
fix PowerShell set in readme.me

github.com/debug-js/debug - 01b30d759e4ff96265591c14be6d792c430885ea authored over 8 years ago by exoticknight <[email protected]>
Make the format string goodies clearer in README

github.com/debug-js/debug - 735919b525c2713204d949f4cbfe28bcf0f2598e authored over 8 years ago by mlucool <[email protected]>
Corrected PowerShell environment variable example

github.com/debug-js/debug - 75dc1d5e26c6a27d9230d96d221078cd70993c94 authored over 8 years ago by Gabriel Imre <[email protected]>
Merge pull request #243 from unreadable/master

Add a note for PowerShell users.

github.com/debug-js/debug - 72718259beb0815f14be1ab8382feef26e128c77 authored almost 9 years ago by Nathan Rajlich <[email protected]>
handle regex special characters

github.com/debug-js/debug - 8dd8345d1498b8c6a3c6d7f7f4ebc600cfd2195b authored almost 9 years ago by Joe Ibershoff <[email protected]>
dist: recompile

github.com/debug-js/debug - 82ca12f2982ade24329cad235cf3be533b6bf379 authored almost 9 years ago by Nathan Rajlich <[email protected]>
Add a note for PowerShell users.

github.com/debug-js/debug - 679cc151bdf7a1eb8a9a1ce66137984baf880cc7 authored almost 9 years ago by unreadable <[email protected]>
Merge pull request #226 from CantemoInternal/master

Add LICENSE file

github.com/debug-js/debug - 1a8e9647b0719af558f9427eac4be872cd4ab7cb authored almost 9 years ago by Nathan Rajlich <[email protected]>
Extend documentation on DEBUG_FD and DEBUG_COLORS

Move 'stderr vs stdout' and 'Save debug output to a file' to their own heading.
Fix #205

github.com/debug-js/debug - 3fac2324cdbef3f620573873ca9df5d25c126090 authored about 9 years ago by Matt Lyons <[email protected]>
Add LICENSE file

github.com/debug-js/debug - 1c6ae9c035d83bdbe8bfb57103c8c26cea967941 authored about 9 years ago by Sergey Nuzdhin <[email protected]>
Merge pull request #224 from matthewmueller/patch-1

Easier browser instructions

github.com/debug-js/debug - dc983db7d72f2a2eb515f2194956035d44ecba2e authored about 9 years ago by Nathan Rajlich <[email protected]>
Easier browser instructions

Learned this trick from @rauchg. much easier and doesn't require a globally exposed debug.

github.com/debug-js/debug - a142c3997c7ed1734778873720cb6331247c35b3 authored about 9 years ago by Matthew Mueller <[email protected]>
Merge pull request #207 from kkirsche/patch-1

Remove moot `version` property from bower.json

github.com/debug-js/debug - fefdae5fd112156b101b6a62c19ca469b730bc5b authored about 9 years ago by Nathan Rajlich <[email protected]>
Merge pull request #212 from bucaran/master

expose debug as default export

github.com/debug-js/debug - a3b5ba8da9a0e3271f4706a0de492614e0767daf authored about 9 years ago by Nathan Rajlich <[email protected]>
expose debug as default export

+ Similar to tj/co/blob/master/index.js
+ Allow to re-export debug from another module in ES6

github.com/debug-js/debug - 0b02d7c6c151c1e8ada132c5bc537ddfaf090ae5 authored about 9 years ago by Jorge Bucaran <[email protected]>
Remove moot `version` property from bower.json

Per bower/bower.json-spec@a325da3

Also their maintainer says they probably won't ever use it:...

github.com/debug-js/debug - 37219b607520ae1c825f52a985b7cfa593ab64ce authored over 9 years ago by Kevin Kirsche <[email protected]>
Release 2.2.0

github.com/debug-js/debug - b38458422b5aa8aa6d286b10dfe427e8a67e2b35 authored over 9 years ago by Nathan Rajlich <[email protected]>
Merge pull request #202 from dougwilson/update-ms

update "ms" to v0.7.1

github.com/debug-js/debug - 0f4fd585befe8ce9287f4407cbcd95c63a6f1cfd authored over 9 years ago by Nathan Rajlich <[email protected]>
update "ms" to v0.7.1

github.com/debug-js/debug - adc2402a05a27fc0c5661809cbdf22a12dc789cd authored over 9 years ago by Douglas Christopher Wilson <[email protected]>
Catch JSON stringily errors.

There is a chance that there may be circular references in the Object which will cause the debug...

github.com/debug-js/debug - 6830d9fbeeebdf46700b6ad0426f36d009114c7e authored over 9 years ago by Jovan Alleyne <[email protected]>
Merge pull request #193 from DanielOchoa/update-readme

add logging to file example to readme

github.com/debug-js/debug - 6b3c3f04bfe394b4c4029215a5c987d36598fda6 authored over 9 years ago by Nathan Rajlich <[email protected]>
add logging to file example to readme

github.com/debug-js/debug - 34e51db33f15c3fc182cda47388c999c00580496 authored over 9 years ago by Daniel Ochoa <[email protected]>
Merge pull request #191 from amir-s/patch-1

Fixed a typo in README

github.com/debug-js/debug - 8c97818ac107467051536130e93540bd8b17eeec authored over 9 years ago by Nathan Rajlich <[email protected]>
Fixed a typo in README

github.com/debug-js/debug - 77ed5d33bfbf21f743414aaa38a5f6a4838f6b72 authored over 9 years ago by Amir Saboury <[email protected]>
Merge pull request #190 from stephenmathieson/browser/expose-storage

browser: expose `storage`

github.com/debug-js/debug - a9ad98829ab73cfc47949cf8adfe2cbaa0c21c8a authored over 9 years ago by Nathan Rajlich <[email protected]>
Merge pull request #189 from stephenmathieson/fix/gh-162

Makefile: add a `distclean` target

github.com/debug-js/debug - 9feaf475a4ce6fde239b412ca3dacb3d2921282c authored over 9 years ago by Nathan Rajlich <[email protected]>
browser: expose `storage`

This patch allows overriding the default `storage` mechanism.

Closes #188.

github.com/debug-js/debug - a6e81543183e4842d1d2fb9707b09e620d0f6008 authored over 9 years ago by Stephen Mathieson <[email protected]>
Makefile: add a `distclean` target

This patch prevents the `clean` target from removing node_modules and
adds a `distclean` target ...

github.com/debug-js/debug - 2de6469b5e0778686249f3948edacd8feffa1753 authored over 9 years ago by Stephen Mathieson <[email protected]>
Release 2.1.3

github.com/debug-js/debug - 0a8e4b7e0d2d1b55ef4e7422498ca24c677ae63a authored over 9 years ago by Nathan Rajlich <[email protected]>
Merge pull request #183 from dmarcelino/182-color_bold

Issue #182: replace high intensity foreground color for bold

github.com/debug-js/debug - 115744197b6382dd40d508a450c5d5ac5bc83fdd authored over 9 years ago by Nathan Rajlich <[email protected]>
Merge pull request #186 from dmarcelino/181-stderr_stdout

181 stderr vs stdout

github.com/debug-js/debug - 5b613b384078de1267839bed7525091ef7da5a9a authored over 9 years ago by Nathan Rajlich <[email protected]>
Updated stdout/stderr example

github.com/debug-js/debug - e48f3657a1faece4d053741439cddfb40b98a4c0 authored over 9 years ago by Dário <[email protected]>
Updated example/stdout.js to match debug current behaviour

github.com/debug-js/debug - 9e61ecb64b550fd9f76775df8cf9eb2d5ddae14b authored over 9 years ago by Dario Marcelino <[email protected]>
Renamed example/stderr.js to stdout.js

github.com/debug-js/debug - 05d9fa7f8c9186125e8aa76cf74b17fd51b1716e authored over 9 years ago by Dario Marcelino <[email protected]>
Merge pull request #184 from mykwillis/patch-1

Update Readme.md

github.com/debug-js/debug - 105497d62c3c0c773701eafe1fba5f96d1b10094 authored over 9 years ago by Nathan Rajlich <[email protected]>
Update Readme.md

one character typo

github.com/debug-js/debug - efd09cda04be5b4503b015b0bcb29a50f295ba1c authored over 9 years ago by mykwillis <[email protected]>
Issue #182: replace high intensity foreground color for bold

github.com/debug-js/debug - 92eaeede1af418dad7604febde25be73108e6c26 authored over 9 years ago by Dario Marcelino <[email protected]>
Release 2.1.2

github.com/debug-js/debug - ef0b37817e88df724511e648c8c168618e892530 authored over 9 years ago by Nathan Rajlich <[email protected]>
History: normalize whitespace

github.com/debug-js/debug - 37c32e15d1ffb25e0326e3d682ebc102ebcaa034 authored over 9 years ago by Nathan Rajlich <[email protected]>
dist: recompile

github.com/debug-js/debug - 41521766041b15717decbff3ad860d28424fcf27 authored over 9 years ago by Nathan Rajlich <[email protected]>