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

GitHub / blakeembrey/javascript-stringify / commits

Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`

SHA Message Author Date Stats
09ba8d83 Create SECURITY.md Blake Embrey <h****o@b****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
2fc3aec5 2.1.0 Blake Embrey <h****o@b****m> over 4 years ago
1071096a Remove test files from npm Blake Embrey <h****o@b****m> over 4 years ago
64cb9988 Remove excess whitespace from README example Blake Embrey <h****o@b****m> over 4 years ago
2c2f0c6d Fix `global` support in node.js 10 Blake Embrey <h****o@b****m> over 4 years ago
8cd6b41d Replace Travis CI with Github Actions Blake Embrey <h****o@b****m> over 4 years ago
f86326fc Remove coffee image Blake Embrey <h****o@b****m> over 4 years ago
8be7d579 Use `ts-scripts` for development Blake Embrey <h****o@b****m> over 4 years ago
13efc6ee Bump y18n from 4.0.0 to 4.0.1 (#40)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
83a1f3d4 Remove deprecated `new Buffer()` (#41) Constantine Peresypkin <p****t@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
ace80305 Bump handlebars from 4.5.1 to 4.7.6 (#37)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
a0fed38f Bump lodash from 4.17.15 to 4.17.19 (#35)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
1d32d25e Maintain key order when restoring references (#33) Eemeli Aro <e****i@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
3155073e Bump acorn from 5.7.3 to 5.7.4 (#31)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
8c06c57b Document how to format the result (#29) C​⁠‌​⁠⁠‌​​⁠‍‌‌​​‍‌yprien Q​⁠‌​⁠⁠‌​​⁠‍‌‌​​‍‌uilici <c****i@t****m>
Committed by: Blake Embrey <h****o@b****m>
almost 6 years ago
d4a81f43 2.0.1 Blake Embrey <h****o@b****m> almost 6 years ago
6ce83837 Object function properties should call `next()` Blake Embrey <h****o@b****m> almost 6 years ago
ac439a6b Add `BigInt` support Blake Embrey <h****o@b****m> almost 6 years ago
bc0691a4 Refactor object types, pass `key` down stringify Blake Embrey <h****o@b****m> almost 6 years ago
3dc0f045 Update package dev dependencies Blake Embrey <h****o@b****m> almost 6 years ago
707e6ba5 2.0.0 Blake Embrey <h****o@b****m> over 6 years ago
df4175db Add trial link to Buy Me A Coffee Blake Embrey <h****o@b****m> over 6 years ago
36e5f8bf Remove ES `padStart` usage for node.js 6.x Blake Embrey <h****o@b****m> over 6 years ago
1e67792b Update supported node.js runtimes Blake Embrey <h****o@b****m> over 6 years ago
8f89de01 Rewrite project in TypeScript Blake Embrey <h****o@b****m> over 6 years ago
565f5eed Function stringify rewrite (#22) Ryan Hendrickson <r****n@a****u>
Committed by: Blake Embrey <h****o@b****m>
over 6 years ago
f06123ed Remove Greenkeeper badge from README Blake Embrey <h****o@b****m> over 6 years ago
843f552d chore(package): update mocha to version 5.0.0 (#13) greenkeeper[bot] <g****]@u****m>
Committed by: Blake Embrey <h****o@b****m>
over 6 years ago
d67b657f Add support for ES6 function notations (#16) Ryan Hendrickson <r****n@a****u>
Committed by: Blake Embrey <h****o@b****m>
over 6 years ago
3c2fd3ba Stringify `-0` correctly (#20) Nicolas DUBIEN <d****z@u****m>
Committed by: Blake Embrey <h****o@b****m>
over 6 years ago
9d2b937a Update TypeScript definition (#14) Stephen Borden <s****n@g****m>
Committed by: Blake Embrey <h****o@b****m>
over 7 years ago
e7e8b18a Use `hasOwnProperty` for key check (#17) Ryan Hendrickson <r****n@a****u>
Committed by: Blake Embrey <h****o@b****m>
over 7 years ago
8f55d174 Improve test coverage (#18) Ryan Hendrickson <r****n@a****u>
Committed by: Blake Embrey <h****o@b****m>
over 7 years ago
062a9104 Add `package-lock.json` Blake Embrey <h****o@b****m> about 8 years ago
543355a1 Update mocha Blake Embrey <h****o@b****m> about 8 years ago
e673c02e Remove old node.js versions from CI Blake Embrey <h****o@b****m> about 8 years ago
2eb89901 chore(package): update chai to version 4.0.2 (#11) greenkeeper[bot] <g****]@u****m>
Committed by: Blake Embrey <h****o@b****m>
over 8 years ago
6455bda5 Update dependencies to enable Greenkeeper 🌴 (#10) greenkeeper[bot] <g****]@u****m>
Committed by: Blake Embrey <h****o@b****m>
over 8 years ago
066f652f v1.6.0 Blake Embrey <h****o@b****m> over 8 years ago
ce4be3dc Handle ES6 `Map` and `Set` (#8) Mihail Diordiev <z****s@g****m>
Committed by: Blake Embrey <h****o@b****m>
over 8 years ago
6f6f7497 Handle `Error` instances (#9) Mihail Diordiev <z****s@g****m>
Committed by: Blake Embrey <h****o@b****m>
over 8 years ago
ecba78dc v1.5.0 Blake Embrey <h****o@b****m> almost 9 years ago
da80130b Skip undefined properties option, tidy array out Blake Embrey <h****o@b****m> almost 9 years ago
d8d35cbe v1.4.0 Blake Embrey <h****o@b****m> about 9 years ago
8349489e Enable `maxValues`, stops stringifying after count Blake Embrey <h****o@b****m> about 9 years ago
e3b1a2b6 v1.3.0 Blake Embrey <h****o@b****m> about 9 years ago
f042734a Only restore references to object types Blake Embrey <h****o@b****m> about 9 years ago
f53ff449 Update TypeScript definition Blake Embrey <h****o@b****m> about 9 years ago
964c5f2a Enable restore of repeat (or circular) references (#6) Blake Embrey <h****o@b****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
28ea3edd v1.2.0 Blake Embrey <h****o@b****m> about 9 years ago
84017083 Enable `maxDepth` option for tracking depth Zalmoxisus <z****s@g****m>
Committed by: Blake Embrey <h****o@b****m>
about 9 years ago
4da13e4b v1.1.2 Blake Embrey <h****o@b****m> about 9 years ago
36ac373b Handle `undefined` stringify result Blake Embrey <h****o@b****m> about 9 years ago
1ff2133e v1.1.1 Blake Embrey <h****o@b****m> over 9 years ago
77add289 Support buffer representation on node 6 Blake Embrey <h****o@b****m> over 9 years ago
1490bc50 Fix TypeError: Cannot read property 'split' of undefined (#3) Mihail Diordiev <z****s@g****m>
Committed by: Blake Embrey <h****o@b****m>
over 9 years ago
795b55d1 v1.1.0 Blake Embrey <h****o@b****m> over 9 years ago
f40785b8 merge Merge pull request #2 from codeheroics/support-symbols Blake Embrey <h****o@b****m> over 9 years ago
c8201a51 Support Symbols Hugo Agbonon <h****e@v****m> over 9 years ago
be1eebef v1.0.2 Blake Embrey <h****o@b****m> almost 10 years ago
8de6fff9 Specify a files array for NPM Blake Embrey <h****o@b****m> almost 10 years ago
c9c74066 Add TypeScript typings Blake Embrey <h****o@b****m> almost 10 years ago
b72b366d Update README badges Blake Embrey <h****o@b****m> almost 10 years ago
0607fed4 1.0.1 Blake Embrey <h****o@b****m> about 11 years ago
8663b4a4 Test escaping unicode characters Blake Embrey <h****o@b****m> about 11 years ago
e77dfa80 Stringify buffers Blake Embrey <h****o@b****m> about 11 years ago
a66e335a 1.0.0 Blake Embrey <h****o@b****m> about 11 years ago
0a183d89 Move badges above description Blake Embrey <h****o@b****m> about 11 years ago
5e5b64bb Update author information format Blake Embrey <h****o@b****m> about 11 years ago
d158cca0 Update badges and add coverage information Blake Embrey <h****o@b****m> about 11 years ago
2f269c73 0.0.4 Blake Embrey <h****o@b****m> about 11 years ago
dbf84732 Escape string control characters Blake Embrey <h****o@b****m> about 11 years ago
fd6363f5 Prefer to not escape characters Blake Embrey <h****o@b****m> about 11 years ago
5da6626b Fix quote escaping Blake Embrey <h****o@b****m> about 11 years ago
6edc7ab7 Update test structure Blake Embrey <h****o@b****m> about 11 years ago
143a765e 0.0.3 Blake Embrey <h****o@b****m> over 11 years ago
52eb25ea Consistently get global across platforms Blake Embrey <h****o@b****m> over 11 years ago
dd89abea 0.0.2 Blake Embrey <h****o@b****m> over 11 years ago
7750343e Improve space support to avoid errors Blake Embrey <h****o@b****m> over 11 years ago
08b1a0ca 0.0.1 Blake Embrey <h****o@b****m> over 11 years ago
8e80b14b Initial commit Blake Embrey <h****o@b****m> over 11 years ago

← Back to repository