NodejsStarterKit icon indicating copy to clipboard operation
NodejsStarterKit copied to clipboard

Starter Kit for Node.js 16 or later, minimum dependencies ๐Ÿš€

Results 11 NodejsStarterKit issues
Sort by recently updated
recently updated
newest added

`Application.loadModule` method loads module trees wrong. Logs `Application.sandbox.lib`: ``` 2021-09-08T10:04:10 { example: [Function: bound method] { cache: { set: [Function: bound set], get: [Function: bound get] }, doSomething: [Function: bound...

Snyk has created this PR to upgrade pg from 8.6.0 to 8.7.1. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=pg&from_version=8.6.0&to_version=8.7.1&pr_id=a70ca11c-e619-47e9-95f8-8ab9697ef4c2&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Snyk has created this PR to upgrade ws from 7.4.6 to 7.5.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

``` 2021-06-05T20:08:15 TypeError: lib.resmon.getStatistics is not a function at Timeout._onTimeout (/application/api/example.1/subscribe.js:3:30) at listOnTimeout (internal/timers.js:554:17) at processTimers (internal/timers.js:497:7) ``` Looks like ./lib/resmon.js file is missing.

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @โ€‹mohd-akram in jonschlinkert/word-wrap#24 ๐Ÿ”’fix: CVE 2023 26115 (2) by @โ€‹OlafConijn in...

dependencies

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade pg from 8.9.0 to 8.10.0. :information_source: Keep your dependencies up-to-date....

Snyk has created this PR to upgrade ws from 8.12.0 to 8.12.1. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

In order to init the Server class, 2 arguments are passed (config.server and options) in the second argument (options) there are 3 values (cert, Chanel and app instance). however, Chanel...

class Server expects 1 argument `constructor(config) {` but during the app initialization 2 arguments were passed `application.server = new Server(config.server, options);` options argument contains read cert info, but Server class...