Tim Tucker
Tim Tucker
This also applies to things like NODE_OPTIONS and any options that are set for pnpm or other package managers that use .npmrc
Have seen this regularly when proxying azure functions apps. The general process: 1. Start function app 2. Start proxy 3. Close function app 4. Make request to function app that...
> Hey John! > > The code that I assume has an issue is over a year old, so I don't think a newer version is the fix. The issue...
Same issue here as well, but trying to get things working using the new v4 model
Note that the dependency is now up to @smithy/util-utf8 4.0 in most of the AWS SDK, so the @aws-crypto packages continue to fall further behind.
I'm currently calling isInitialized in hooks as a way of avoiding this. i.e.: ``` import { init, isInitialized } from '@fullstory/browser'; const snippetOptions: SnippetOptions = { orgId: "foo" }; export...
Looks like the new 5.x series is backward compatible but adds ESM support and 5.0.8 updates the strnum dependency: https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md
Watching for updates -- seems like a general review of dependencies / dependency versions is in order.
Over a year since this was opened and no updates in months. This continues to fill up our daily Dependabot vulnerability alerts. @blueww / @EmmaZhu - Did work for this...
Given that most other Azure SDKs / etc. are dropping support for Node 18 this month, isn't it time to drop support for older versions here as well?