b00tsy
b00tsy
mcrypt is not maintained anymore and does not run with node 12+. native node crypto can replace everything mcrypt did. PR: #23
As mcrypt is not maintained anymore node versions >= 12 can't use JSCryptor anymore. Relying solely on node crypto might break backwards compatibility (not sure which versions will work). -...
proposal to improve issue mentioned in #360
When building packages with pkg it is assumed, that property "main" is defined in package.json (which it is in arcgis-rest-portal / arcgis-rest-request / arcigs-rest-auth: eg.: `"main": "dist/cjs/index.js"`) Probably the structure...
I need to access arcGIS services which use our own enterprise pki, which currently result in `self signed certificate in certificate chain` errors. When working with plain node requests (or...
**Is your feature request related to a problem? Please describe.** Although already discussed and closed in #5 I believe it might be worth another thought: eg if you had the...
Hi, thanks for providing this library. Makes my live less complicated :) I have a follow up question on the matter of issue #15: I do as you suggest (using...
I'd like to implement the above mentioned feature in socket.io-client-swift. It was requested in various issues, e.g. #687, #936. It was recently added to Starscream (https://github.com/daltoniam/Starscream/pull/481) and just needs to...
I'm currently evaluating the use of seneca, especially with a redis transport. I had a hard time to find out that not I'm stupid, but that the examples given in...
I'm having a hard time with code that worked reliably for months suddenly stopped working with the above mentioned error after upgrading seneca (and therefore seneca-transport to 5.0.1). Downgrading to...