An open API service providing commit metadata for open source projects.

GitHub / browserify/node-util / commits

node.js util module as a module

SHA Message Author Date Stats
ef984721 0.12.5 Renée Kooi <r****e@k****e> about 3 years ago
e84cfd5e deps: move safe-buffer to devDependencies, fixes #65 Renée Kooi <r****e@k****e> about 3 years ago
a292d8a7 merge Merge pull request #71 from CommanderRoot/refactor/rm-deprecated-substr Renée Kooi <r****e@k****e>
Committed by: GitHub <n****y@g****m>
over 3 years ago
073daedb refactor: replace deprecated String.prototype.substr()
Signed-off-by: Tobias Speicher <r****r@g****m>
Tobias Speicher <r****r@g****m> over 3 years ago
ad9dbe0d merge Merge pull request #69 from MatrixFrog/patch-1 Renée Kooi <r****e@k****e>
Committed by: GitHub <n****y@g****m>
over 3 years ago
51d163f4 Update README.md Tyler Breisacher <2****g@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
46e101e4 Indicate that util is not automatically included in webpack 5+ Tyler Breisacher <2****g@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
e37ce41f 0.12.4 Suneil Nyamathi <s****i@v****m>
Committed by: Renée Kooi <r****e@k****e>
over 4 years ago
7d2a9681 merge Merge pull request #59 from snyamathi/SharedArrayBuffer Renée Kooi <r****e@k****e>
Committed by: GitHub <n****y@g****m>
over 4 years ago
6a8d35c0 fix: handle SharedArrayBuffer not existing Suneil Nyamathi <s****i@v****m> over 4 years ago
62f00fd9 fix: remove getter, store copy of SAB Suneil Nyamathi <s****i@v****m> over 4 years ago
de16a490 feat: avoid SharedArrayBuffer until required Suneil Nyamathi <s****i@v****m> over 4 years ago
4b1c0c79 0.12.3 Renée Kooi <r****e@k****e> over 5 years ago
2fe437ac ci: nicer matrix Renée Kooi <r****e@k****e> over 5 years ago
cb72df7d merge Merge pull request #47 from atlassian-forks/wbinnssmith/corejs Renée Kooi <r****e@k****e>
Committed by: GitHub <n****y@g****m>
over 5 years ago
40689720 Remove unreachable code Will Binns-Smith <w****h@a****m> over 5 years ago
bfbff20f Use which-typed-array and is-typed-array for typed array detection Will Binns-Smith <w****h@a****m> over 5 years ago
ee6c1040 Add tests for when a Symbol polyfill is present on the page Will Binns-Smith <w****h@a****m> over 5 years ago
9364e7db 0.12.2 Renée Kooi <r****e@k****e> over 5 years ago
622f0361 Move object.entries to devDependencies, closes #45 Renée Kooi <r****e@k****e> over 5 years ago
d67e62fc Add security.md Renée Kooi <r****e@k****e> over 5 years ago
23d26495 Add FUNDING.yml Renée Kooi <r****e@k****e> over 5 years ago
3c895410 0.12.1 Renée Kooi <r****e@k****e> over 6 years ago
276db517 merge Loosen semver for inherits (#39) Renée Kooi <r****e@k****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
5d0ccdcd Loosen semver for inherits Suneil Nyamathi <s****i@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
4bbf0141 merge Merge pull request #27 from browserify/debuglog Renée Kooi <r****e@k****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
53026a29 0.12.0 Renée Kooi <r****e@k****e> over 6 years ago
f090e961 merge Fixes for Node.js <= 0.12 and Firefox <66 (#37) Renée Kooi <r****e@k****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
39593767 Handle Node.js <= 0.12 Buffers not based on ArrayBuffer Renée Kooi <r****e@k****e> over 6 years ago
36d50aad Fix deepStrictEqual "polyfill" Renée Kooi <r****e@k****e> over 6 years ago
8a7cde38 Skip fake typed array test in FF Renée Kooi <r****e@k****e> over 6 years ago
99387698 tests run in child processes Renée Kooi <r****e@k****e> over 6 years ago
df788406 "polyfill" deepStrictEqual on Node 0.12 and below Renée Kooi <r****e@k****e> over 6 years ago
1ef3b53a fix DataView on node 0.10 Renée Kooi <r****e@k****e> over 6 years ago
5abeabe4 merge Add exports.types (#32) Renée Kooi <r****e@k****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
4e89abc9 Disable package-lock.json Renée Kooi <r****e@k****e> over 6 years ago
7acba3d7 Update repository paths Renée Kooi <r****e@k****e> over 6 years ago
3f364361 Use stricter Promise check Luke Childs <l****3@g****m> over 6 years ago
9e5ac079 merge Merge pull request #34 from defunctzombie/old-node Renée Kooi <r****e@k****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
15b2af32 Fix byteOffset error for DataView in Node.js 0.10 Luke Childs <l****3@g****m> over 6 years ago
86c55d87 Use safe-buffer Luke Childs <l****3@g****m> over 6 years ago
30edc4ef Also skip fake fakeDataView test if no Symbol.toStringTag support Luke Childs <l****3@g****m> over 6 years ago
67d1e18a Test for Buffer in isUint8Array if no Symbol.toStringTag support Luke Childs <l****3@g****m> over 6 years ago
4614928a Fix fallback isArrayBufferView implementation Luke Childs <l****3@g****m> over 6 years ago
eea35d18 Fall back to ObjectToString if ArrayBuffer.isView is unsupported Luke Childs <l****3@g****m> over 6 years ago
c37c2e36 Refactor transpiled code to be simpler and not depend on Symbol.iterator Luke Childs <l****3@g****m> over 6 years ago
f0d5bf5a Only run fake typed array tests if Symbol.toStringTag is supported Luke Childs <l****3@g****m> over 6 years ago
2a98094e Use indexOf instead of includes Luke Childs <l****3@g****m> over 6 years ago
4daf3288 Wrap long lines Luke Childs <l****3@g****m> over 6 years ago
312d13d1 Fall back to instanceof if ObjectToString is unreliable Luke Childs <l****3@g****m> over 6 years ago
4d6dc599 Explicitly set test methods Luke Childs <l****3@g****m> over 6 years ago
eb824c76 Skip callbackify test if Promise is not available Renée Kooi <r****e@k****e> over 6 years ago
c30ec36b Update airtap browser version matrix Renée Kooi <r****e@k****e> over 6 years ago
f8a9dc78 Fix callbackify test on 0.12 Renée Kooi <r****e@k****e> over 6 years ago
f67d6e3b Don't use arrow function in browser test Luke Childs <l****3@g****m> over 6 years ago
625658fd Improve readability of function array Luke Childs <l****3@g****m> over 6 years ago
54a1a689 Run util.types tests in browsers Luke Childs <l****3@g****m> over 6 years ago
aba04a9e Add more accurate test logging Luke Childs <l****3@g****m> over 6 years ago
2fac962c Fix isTypedArray in environments without Symbol.toStringTag Luke Childs <l****3@g****m> over 6 years ago
f2210702 Make test logs clearer Luke Childs <l****3@g****m> over 6 years ago
ba7fe769 Use is-promise Luke Childs <l****3@g****m> over 6 years ago
d43eb71f Remove duplicate function declaration Luke Childs <l****3@g****m> over 6 years ago
fe2139e9 Use is-generator-function Luke Childs <l****3@g****m> over 6 years ago
7244fffe Transpile test source Luke Childs <l****3@g****m> over 6 years ago
e75bf9c9 Better util.inspect shim Luke Childs <l****3@g****m> over 6 years ago
9349075c Declare all functions in module scope Luke Childs <l****3@g****m> over 6 years ago
d07d8d07 Log skipped tests Luke Childs <l****3@g****m> over 6 years ago
2fdf5afd Skip Symbol.ToStringTag test if undefined Luke Childs <l****3@g****m> over 6 years ago
e2b3cf30 Fall back to less accurate typed array check if Symbol.ToStringTag is undefined Luke Childs <l****3@g****m> over 6 years ago
b8b3b957 Add Object.entries ponyfill Luke Childs <l****3@g****m> over 6 years ago
a7f5c7f1 Wrap async function in eval so it doesn't cause syntax errors Luke Childs <l****3@g****m> over 6 years ago
1efe000f Only run typed array value check tests against supported types Luke Childs <l****3@g****m> over 6 years ago
c64868e6 Only run typed array tests against supported types Luke Childs <l****3@g****m> over 6 years ago
20c88bbc Only run boxed primitive tests against supported types Luke Childs <l****3@g****m> over 6 years ago
8b83548c Only run isType tests against supported types Luke Childs <l****3@g****m> over 6 years ago
d6dab2f6 Don't throw for unsupported types, just return false Luke Childs <l****3@g****m> over 6 years ago
3e314391 Make sure all functions are named Luke Childs <l****3@g****m> over 6 years ago
93be5d72 Detect type support and only create supported type methods Luke Childs <l****3@g****m> over 6 years ago
260dca01 Improve code re-use Luke Childs <l****3@g****m> over 6 years ago
89c43a7e Throw error for isModuleNamespaceObject, isExternal, isProxy Luke Childs <l****3@g****m> over 6 years ago
441f0bef Re-enable isNativeError test Luke Childs <l****3@g****m> over 6 years ago
697fcdc8 export isError as types.isNativeError Luke Childs <l****3@g****m> over 6 years ago
fc3e1c11 Throw when a test fails Luke Childs <l****3@g****m> over 6 years ago
6e048d9e Add better logs to test Luke Childs <l****3@g****m> over 6 years ago
67205d8d Test against userland util.types Luke Childs <l****3@g****m> over 6 years ago
cd2723e4 Get the test working in userland Luke Childs <l****3@g****m> over 6 years ago
22800fc3 Add Node.js util.types tests Luke Childs <l****3@g****m> over 6 years ago
cf91cf0a Add lockfiles to .gitignore Luke Childs <l****3@g****m> over 6 years ago
3332e1a0 Remove accidental yarn.lock Luke Childs <l****3@g****m> over 6 years ago
a1cdeb58 isWebAssemblyCompiledModule Luke Childs <l****3@g****m> over 6 years ago
ee6ad569 isGeneratorObject Luke Childs <l****3@g****m> over 6 years ago
1a4be6f9 isArgumentsObject Luke Childs <l****3@g****m> over 6 years ago
bfdc9da6 Missing semis Luke Childs <l****3@g****m> over 6 years ago
0233fd3c isBoxedPrimitive Luke Childs <l****3@g****m> over 6 years ago
454c7132 isSymbolObject Luke Childs <l****3@g****m> over 6 years ago
22478b94 isBigIntObject Luke Childs <l****3@g****m> over 6 years ago
8ee683f1 isBooleanObject Luke Childs <l****3@g****m> over 6 years ago
c600e5c7 isStringObject Luke Childs <l****3@g****m> over 6 years ago
29f73981 isNumberObject Luke Childs <l****3@g****m> over 6 years ago
c287e1e1 isSetIterator Luke Childs <l****3@g****m> over 6 years ago

← Back to repository