-
My team just started using the package-lock.json file with npm and our builds began to fail. The error is two missing dependencies.
When we turn off caching, the build succeeds. My guess is that …
-
Here is break downs of implementing new homepage for Feb release
# implementation
- [x] finalize style (Ivan)
- [x] convert to html (Chris)
- [x] implement search (Chris, Harry)
- [x] implement…
-
**EDIT 26/11/2018**:
* **Am I affected?**:
If you are using anything crypto-currency related, then maybe. As discovered by @maths22, the target seems to have been identified as copay related libr…
-
* **Version**: 10.0.0
* **Platform**: all
* **Subsystem**: buffer
TSC approved runtime-deprecation of Buffer constructor for 10.0.0.
Here's the tracking list. @nodejs/tsc: Feel free to…
Trott updated
6 years ago
-
@MarcL I'm attempting to call a function in `bot.js` from another module, it's for the search part of the bot.
I can call the function from withing the `bot.js` module but when I try move it out in…
-
In today’s CTC meeting we discussed reverting the `DeprecationWarning` for calling `Buffer` without `new` that was introduced in `v7` (PR up [here](https://github.com/nodejs/node/pull/9529)), and it b…
-
Incorporate a dependency analysis tool into the build process that will trigger a build failure if any dependencies with known vulnerabilities are present.
-
Greets @jared-stilwell et al,
I just finished a significant refactor of escomplex that fully supports ES6 along with acorn, espree, esprima generated AST. (edit: and ES7 / all babylon features!)
Ed…