Earlier quoted context omitted.
...so that they can be used? Those numbers across the bottom are your bank's routing number and your account number. I'm honestly surprised I don't hear more about e-check theft done using those numbers.
> Those numbers across the bottom are your bank's routing number and your account number. Those aren't secrets, are they? Isn't your bank account protected by separate secrets and or physical authentication tokens? You can't just take money out at a bank by giving a bank account number, surely?
Request Node lib used by 48k modules is now deprecated
81–90 of 135 posts
Re: Request Node lib used by 48k modules is now deprecated
#82Earlier quoted context omitted.
...so that they can be used? Those numbers across the bottom are your bank's routing number and your account number. I'm honestly surprised I don't hear more about e-check theft done using those numbers.
> Those numbers across the bottom are your bank's routing number and your account number. Those aren't secrets, are they? Isn't your bank account protected by separate secrets and or physical authentication tokens? You can't just take money out at a bank by giving a bank account number, surely?
Re: Request Node lib used by 48k modules is now deprecated
#83Earlier quoted context omitted.
He no longer writes checks to people for bug-hunting and hasn't done so for years due to concerns about the proliferation of his banking information. He mails out certificates.
Why do checks have your banking secrets on them?
Re: Request Node lib used by 48k modules is now deprecated
#84Re: Request Node lib used by 48k modules is now deprecated
#85Earlier quoted context omitted.
There doesn't have to be something wrong with a solution to deprecate it, there just has to be a better alternative.
"Deprecated" to me means the author says you shouldn't use it, or with more nuance, that "you shouldn't start using it now, and you should switch out of it ASAP if you already are a user, because it will very possibly stop working within the lifetime of you own project". "A better alternative" is not enough of a reason to not use another alternative, because "better" is not an absolute value and choices tend to have…
Deprecated functions within a module will surely stop working in the near future, but deprecated modules probably won't. It's not great that we see the same warning for both, and we should not treat both the same.
Re: Request Node lib used by 48k modules is now deprecated
#86Earlier quoted context omitted.
> Those numbers across the bottom are your bank's routing number and your account number. Those aren't secrets, are they? Isn't your bank account protected by separate secrets and or physical authentication tokens? You can't just take money out at a bank by giving a bank account number, surely?
If someone knows your account number, they can take money from it, there is no separate secret or anything. It would be illegal, but they can do it.
You can seriously just say a bank account number at a bank in the US and walk away with a bag of cash from it, with no other security checks at all?
In the UK they’d make you enter a password or PIN or use 2FA.
Re: Request Node lib used by 48k modules is now deprecated
#87> request will stop accepting new features. > request will stop considering breaking changes. > The committers that are still active will try to merge fixes in a timely fashion Sounds to me like the library is "done".
Re: Request Node lib used by 48k modules is now deprecated
#88Earlier quoted context omitted.
> Everyone I see seems to use axios these days Axios was somewhat abandoned a year or so ago. A new collaborator was added in Dec 2019 which apparently is picking it up. https://github.com/axios/axios/issues/1965 Who knows for how long though...
What would be the alternative to Axios?
On Node I've been using this lately: https://github.com/node-fetch/node-fetch
Re: Request Node lib used by 48k modules is now deprecated
#89Earlier quoted context omitted.
> Everyone I see seems to use axios these days Axios was somewhat abandoned a year or so ago. A new collaborator was added in Dec 2019 which apparently is picking it up. https://github.com/axios/axios/issues/1965 Who knows for how long though...
What would be the alternative to Axios?
Re: Request Node lib used by 48k modules is now deprecated
#90> request will stop accepting new features. > request will stop considering breaking changes. > The committers that are still active will try to merge fixes in a timely fashion Sounds to me like the library is "done".
Yea, makes me think of how every news blog reported mp3 as "dead" when the patent expired, when they should have been saying mp3 is now license free.