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

GitHub / browserify/commonjs-assert / commits

Node.js's require('assert') for all engines

SHA Message Author Date Stats
e1d59b1c [Tests] skip test that fails in node 14 Jordan Harband <l****b@g****m> almost 3 years ago
9fbf0041 [Tests] skip tests that crash in node < 14 Jordan Harband <l****b@g****m> almost 3 years ago
c628adcf [Tests] migrate from travis to github actions Jordan Harband <l****b@g****m> almost 3 years ago
9d85092c [eslint] add linting Jordan Harband <l****b@g****m> almost 3 years ago
7ecd7736 merge Merge tag 'v1.5.1' Jordan Harband <l****b@g****m> almost 3 years ago
df91903d [meta] add FUNDING.yml and SECURITY.md Jordan Harband <l****b@g****m> almost 3 years ago
d43ae8ce [Deps] switch to `object.assign`, and unpin `util` Jordan Harband <l****b@g****m> almost 3 years ago
fc65923f v2.1.0 Jordan Harband <l****b@g****m> almost 3 years ago
d99f50df [meta] add to FUNDING.yml Jordan Harband <l****b@g****m> almost 3 years ago
c6e09cbf [Deps] update `is-nan`, `object-is`, `util` Jordan Harband <l****b@g****m> almost 3 years ago
a38013b6 [Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/preset-env`, `airtap`,... Jordan Harband <l****b@g****m> almost 3 years ago
f5d7c661 [Refactor] switching to a maintained Object.assign package Jordan Harband <l****b@g****m> almost 3 years ago
80664dbf [readme] Add description for usage with webpack and vite Dimitri B <B****r@u****m>
Committed by: Jordan Harband <l****b@g****m>
almost 3 years ago
d932a53a Implement `assert.match()` and `assert.doesNotMatch()`
Signed-off-by: Darshan Sen <d****n@p****m>
Darshan Sen <d****n@p****m>
Committed by: Ruben Bridgewater <r****n@b****e>
over 4 years ago
bba838e9 Add security.md Renée Kooi <r****e@k****e> almost 7 years ago
ffd54798 merge Remove duplicate line under usage section (#48) Renée Kooi <r****e@k****e>
Committed by: GitHub <n****y@g****m>
about 7 years ago
c112ec4d Remove duplicate line under usage section Saugat Acharya <m****t@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
a3850750 Add funding.yml Renée Kooi <r****e@k****e> about 7 years ago
8969d8ea 2.0.0 Luke Childs <l****3@g****m> over 7 years ago
b65e3fbe merge Sync with Node.js master (#44) Luke Childs <l****3@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
e1cbf4db Update babel IE target version to 11 Luke Childs <l****3@g****m> over 7 years ago
3d799144 merge Merge branch 'master' into sync-with-node-master Luke Childs <l****3@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
f799c896 Revert version number change in package.json Luke Childs <l****3@g****m> over 7 years ago
4554bbf2 Only include production files in npm releases Luke Childs <l****3@g****m> over 7 years ago
c5da086d Run build script on npm prepare event Luke Childs <l****3@g****m> over 7 years ago
0a713090 Remove buffer dependency in favour of Buffer.compare shim Luke Childs <l****3@g****m> over 7 years ago
8386769e 1.5.0 Renée Kooi <r****e@k****e> over 7 years ago
bb3fe668 Update repository URLs. Renée Kooi <r****e@k****e> over 7 years ago
b7a14af9 v1.5.1 Renée Kooi <r****e@k****e>
Committed by: Jordan Harband <l****b@g****m>
over 7 years ago
548c2a94 Add better commenting regrding test removals Luke Childs <l****3@g****m> over 7 years ago
759faf80 Simplify String.repeat shim Luke Childs <l****3@g****m> over 7 years ago
3e94cfdf Reduce heading size Luke Childs <l****3@g****m> over 7 years ago
e74df3e4 Fix typo Luke Childs <l****3@g****m> over 7 years ago
7e5079fb Fix npm badges Luke Childs <l****3@g****m> over 7 years ago
b713ab7b Add contribution docs to readme Luke Childs <l****3@g****m> over 7 years ago
b2243934 Update readme Luke Childs <l****3@g****m> over 7 years ago
198f4731 Exit early for IE if we detect a type mismatch Luke Childs <l****3@g****m> over 7 years ago
31cf2c93 Only test Symbol if it's supported Luke Childs <l****3@g****m> over 7 years ago
cbcb1efb Stop false early return triggering in IE Luke Childs <l****3@g****m> over 7 years ago
d4a0766b Don't rely on entries or values iterators to create arrays Luke Childs <l****3@g****m> over 7 years ago
ad955fa7 Allow creating Maps/Sets from arrays in IE Luke Childs <l****3@g****m> over 7 years ago
f46eea30 Disable another message test Luke Childs <l****3@g****m> over 7 years ago
4f9e5d9c Shim Array.fill Luke Childs <l****3@g****m> over 7 years ago
e5a82e32 Conditionally shim Number.isNaN Luke Childs <l****3@g****m> over 7 years ago
5ca2494e Use startsWith shim Luke Childs <l****3@g****m> over 7 years ago
43b94b7e Remove remaining for of loops Luke Childs <l****3@g****m> over 7 years ago
2f912be1 Prefer forEach over for of so it doesn't require Symbol once transpiled Luke Childs <l****3@g****m> over 7 years ago
4e282439 Skip Symbol tests if Symbol is unsupported Luke Childs <l****3@g****m> over 7 years ago
c40e528e Remove more error.operator tests Luke Childs <l****3@g****m> over 7 years ago
4e625537 Move array-from to dev dependencies Luke Childs <l****3@g****m> over 7 years ago
236d57c0 Disable more error.message and error.operator tests Luke Childs <l****3@g****m> over 7 years ago
e0d1daae Don't check error messages Luke Childs <l****3@g****m> over 7 years ago
8756e803 Shim String.includes Luke Childs <l****3@g****m> over 7 years ago
208ed6e4 Shim String.repeat Luke Childs <l****3@g****m> over 7 years ago
80cf08ae Remove for of loops so transpiled source doens't require Symbol.iterator Luke Childs <l****3@g****m> over 7 years ago
64b13add Return empty array for Object.getOwnPropertySymbols if it doesn't exist Luke Childs <l****3@g****m> over 7 years ago
5489eafb Use String.endsWith shim Luke Childs <l****3@g****m> over 7 years ago
3361aac1 Prefer forEach over for of so it doesn't require Symbol once transpiled Luke Childs <l****3@g****m> over 7 years ago
f794ca4c Conditionally use Object.is shim Luke Childs <l****3@g****m> over 7 years ago
dc0ffec4 Conditionally use Object.assign shim Luke Childs <l****3@g****m> over 7 years ago
d3eabaea Add dev build script Luke Childs <l****3@g****m> over 7 years ago
73bfbbd8 Don't test error type, this will fail in older browsers, testing the error co... Luke Childs <l****3@g****m> over 7 years ago
f29b01e7 Don't worry if some browsers have less accurate stacks Luke Childs <l****3@g****m> over 7 years ago
b0d43198 babel env should have EdgeHTML version not Edger browser version Luke Childs <l****3@g****m> over 7 years ago
c56d5a44 Add airtap browser testing Luke Childs <l****3@g****m> over 7 years ago
5640ef12 Test against Node.js 12, 10, 8, 6 Luke Childs <l****3@g****m> over 7 years ago
4c0cf19d Conditionally load polyfills required for testing Luke Childs <l****3@g****m> over 7 years ago
b94b20b3 Skip Symbol.toStringTag tests if unsupported Luke Childs <l****3@g****m> over 7 years ago
c966391e Simplify RegExp if statement Luke Childs <l****3@g****m> over 7 years ago
b85ee43a Revert "Make sure getTime is never called on a non-date object" Luke Childs <l****3@g****m> over 7 years ago
1e2a19c2 Only use getOwnPropertyDescriptors shim when unsupported natively Luke Childs <l****3@g****m> over 7 years ago
cdba9c9f Revert "Use Object.getOwnPropertyDescriptor shim" Luke Childs <l****3@g****m> over 7 years ago
ff7e7c6f Skip proxy tests if proxies are unsupported Luke Childs <l****3@g****m> over 7 years ago
5fe29a64 Make sure getTime is never called on a non-date object Luke Childs <l****3@g****m> over 7 years ago
7f7ce29d Fallback to toString check if regex falgs are unsupported Luke Childs <l****3@g****m> over 7 years ago
5fac364a Move object.getownpropertydescriptors to devDependencies Luke Childs <l****3@g****m> over 7 years ago
7e753f33 Remove uneeded code from internal errors Luke Childs <l****3@g****m> over 7 years ago
f4c09e2c Use Object.getOwnPropertyDescriptor shim Luke Childs <l****3@g****m> over 7 years ago
9d3becd2 Add error code in constructor Luke Childs <l****3@g****m> over 7 years ago
1e229270 Implement internal/errors.js like in readable-stream Luke Childs <l****3@g****m> over 7 years ago
b37b3c9e Add source files test script Luke Childs <l****3@g****m> over 7 years ago
73c79702 Enable testing without rebuilding Luke Childs <l****3@g****m> over 7 years ago
3e5c87bb Ensure source is always built before tests are run Luke Childs <l****3@g****m> over 7 years ago
9396f70e Require assert file directly so path can be resolved once transpiled Luke Childs <l****3@g****m> over 7 years ago
b61b165f Add transpilation build step Luke Childs <l****3@g****m> over 7 years ago
507dd936 Don't strictly compare different error objects Luke Childs <l****3@g****m> over 7 years ago
37af1850 Comment out failing Safari test Luke Childs <l****3@g****m> over 7 years ago
5b806649 Relace error comparison tests for browsers Luke Childs <l****3@g****m> over 7 years ago
584a70ff Fix conditional typed array tests Luke Childs <l****3@g****m> over 7 years ago
1048c9c8 Use browserify util now util.types support is merged Luke Childs <l****3@g****m> over 7 years ago
a8bb28c6 Disable more message tests Luke Childs <l****3@g****m> over 7 years ago
b66acad2 Skip typed array tests for unsupported types Luke Childs <l****3@g****m> over 7 years ago
e3c6cd20 Loosen stack checks in browser tests Luke Childs <l****3@g****m> over 7 years ago
831da4e4 Check Error.captureStackTrace is available before calling Luke Childs <l****3@g****m> over 7 years ago
c0a8b572 Setup stderr params to check position indicator Luke Childs <l****3@g****m> over 7 years ago
5d4a2d77 Fallback to console.warn if process.emitWarning doesn't exist Luke Childs <l****3@g****m> over 7 years ago
e8b1454f Don't compare against fake process/global when in browser environment Luke Childs <l****3@g****m> over 7 years ago
c4f805ae Check process.stderr exists before accessing getColorDepth Luke Childs <l****3@g****m> over 7 years ago
05db8d1e Check process.stdout process.stderr exist before accessing isTTY Luke Childs <l****3@g****m> over 7 years ago
c6b42a14 Remove assert-loader Luke Childs <l****3@g****m> over 7 years ago

← Back to repository