The Wayback Machine - https://web.archive.org/web/20200627074611/https://github.com/topics/nodejs-library
Skip to content
#

nodejs-library

Here are 112 public repositories matching this topic...

fabik111
fabik111 commented Dec 9, 2019

Hi,
I had added a callback on the offline event that, in case is fired, it will call the reconnect() method.
But I've experienced some re-connection loop after the first offline event, so I've deduced that there is already a re-connection policy.
Can you improve the documentation about reconnect() method and default re-connection attempts?

JamesIves
JamesIves commented Nov 26, 2018

I ran into this the other day and it took a really long time to figure out, I'm not really sure if this is a bug or not but figured I'd bring this to your attention.

Failed to parse Dialogflow response into AppResponse

In my case I was generating a table with some data from an API endpoint like so:

const timetableCells = timetable.Trains.map((item) => {
  return {
    c
danielcompton
danielcompton commented May 11, 2017

request-ip goes down a list of different methods of providing an IP address, and picks the first one that works. If the user of this library doesn't filter out unknown/unexpected headers, this is quite a dangerous way of determining the IP address. If X-Client-IP wasn't filtered by the user's web server, then an attacker could set the X-Client-IP header themselves and request-ip would happily

puzpuzpuz
puzpuzpuz commented May 5, 2020

Native promises have increased performance in Node.js 10+, so bluebird doesn't have a significant advantage anymore. Also, bluebird maintainers advice to switch to native promises, when possible. We should experiment with the switch, do some benchmarks and decide whether we should switch now.

If we do the switch, we don't need #524 at all.

tanvp112
tanvp112 commented Dec 6, 2019

Hi,

I tried to use create-fastify-app with openapi specification version 3.0.1. Example converted v2 petstore swagger on editor.swagger.io to v3. But fastify-app failed with message 'parameter must contain a valid Open Api Version 2.0 or 3.0.x'. Source:

const parse = (content) => {
if (content.swagger && content.swagger.indexOf('2.0') === 0) {
return V2.parse(content)
}

throw

Utility library for validation of PESEL, NIP, REGON, identity card etc. Aimed mostly at Polish enviroment. [Polish] Walidacja numerów pesel, nip, regon, dowodu osobistego 🙈🙉🙊

  • Updated Feb 26, 2020
  • TypeScript

Improve this page

Add a description, image, and links to the nodejs-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nodejs-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.