node-noop
node-noop copied to clipboard
Does nothing
Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.1 to 10.0.0. Release notes Sourced from mocha's releases. v10.0.0 10.0.0 / 2022-05-01 :boom: Breaking Changes #4845: Drop Node.js v12.x support (@juergba) #4848: Drop Internet-Explorer-11 support (@juergba)...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
Bumps [chai](https://github.com/chaijs/chai) from 4.2.0 to 4.3.6. Release notes Sourced from chai's releases. v4.3.6 Update loupe to 2.3.1 v4.3.5 build chaijs fca5bb1 build(deps-dev): bump codecov from 3.1.0 to 3.7.1 (#1446) 747eb4e...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
I need muh static typings to make sure I am using the APIs this library offers correctly with less chance of icky runtime errors.
Some people argue that `() => {}` is simpler. But in fact it's twice slower and it allocates memory, so contributes to GC pressure. See here: https://www.reddit.com/r/programming/comments/5si3aw/everything_that_is_wrong_with_the_node_ecosystem/ddfgye5/
Consider adding https://coveralls.io/ or another SaaS to show test coverage stats
I am using bower in my projects, so it would be great if to install this awesome package using bower.
Because compatibility. Something along these lines would do: ``` (function (root, factory) { if (typeof define === 'function' && define.amd) { // AMD. Register as an anonymous module. define([], factory);...
Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.1 to 10.2.0. Release notes Sourced from mocha's releases. v10.2.0 10.2.0 / 2022-12-11 :tada: Enhancements #4945: API: add possibility to decorate ESM name before import (@j0tunn) :bug:...