es-check
es-check copied to clipboard
Checks the version of ES in JavaScript files with simple shell commands ๐
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. Release notes Sourced from node-fetch's releases. v2.6.1 This is an important security release. It is strongly recommended to update as soon as possible. See...
Object.assign was a feature introduced in es6 for copying object's own properties. But, as of es-check version 5.1.0 , I see this check passes for es5 check. [Reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign)
Fixes: #113
Passing `--quiet` flag doesn't do anything. I'm still getting `ES-Check: there were no ES version matching errors! ๐` (I'm getting it on a file that doesn't work in IE11, but...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.1 to 4.7.6. Changelog Sourced from handlebars's changelog. v4.7.6 - April 3rd, 2020 Chore/Housekeeping: #1672 - Switch cmd parser to latest minimist (@dougwilson Compatibility notes: Restored Node.js...
## Requested Update update acorn version to latest 6 or 7 ## Why Is This Update Needed? Vulnerabilities: Regular Expression Denial of Service Reproduce: 1. Just run `npm audit`. ##...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.20. Commits ded9bc6 Bump to v4.17.20. 63150ef Documentation fixes. 00f0f62 test.js: Remove trailing comma. 846e434 Temporarily use a custom fork of lodash-cli. 5d046f3 Re-enable Travis...
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.5 to 3.7.1. Commits 29dd5b6 3.7.1 c0711c6 Switch from execSync to execFileSync (#180) 5f6cc62 Bump lodash from 4.17.15 to 4.17.19 (#183) 0c4d7f3 Merge pull request #182 from...
## why > I'm a user of this library. I often find it hard to locate the source code, so I want to add this function ## after ``` ES-Check:...
I run `es-check es5 project/**/*.js | grep 'erroring file'` multi times in my project It said: ``` ES-Check: there were 79 ES version matching errors. ยท erroring file: xxxA.js ยท...