ljharb / json-stable-stringify

MIT License
52 stars 11 forks source link

Use native implementations of Object.keys and Array.isArray #13

Open legobeat opened 7 months ago

legobeat commented 7 months ago

json-stable-stringify is already failing CI tests on Node.js version <=0.6 (https://github.com/ljharb/json-stable-stringify/actions/runs/7545755257/job/20542261535).

Node.js 0.10 went EOL in 2016.

The shims contain code permuting globals, which causes noise in static analysis and may be an cause issues if inadvertently triggered.