proxy-protocol-js icon indicating copy to clipboard operation
proxy-protocol-js copied to clipboard

A PROXY protocol (v1/v2) builder and parser for JavaScript

Results 13 proxy-protocol-js issues
Sort by recently updated
recently updated
newest added

https://github.com/moznion/proxy-protocol-js/blob/25261bbc1678425baee088f68192b908acb51d24/src/v2/V2ProxyProtocol.ts#L167 ``` javascript return new V2ProxyProtocol( command, transportProtocol, addressFamily.getFactoryMethod()(input.slice(16)), input.slice(length + 16), // I think it should be length, not addressFamilyLength. ); ```

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.14 to 18.14.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=17.0.14&new-version=18.14.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.10.2 to 5.54.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.54.0 5.54.0 (2023-02-27) Bug Fixes typescript-estree: check for relative/root paths in printing file path errors (#6491) (dc14242) website:...

dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.10.2 to 5.54.0. Release notes Sourced from @​typescript-eslint/parser's releases. v5.54.0 5.54.0 (2023-02-27) Bug Fixes typescript-estree: check for relative/root paths in printing file path errors (#6491) (dc14242) website:...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.8.0 to 8.35.0. Release notes Sourced from eslint's releases. v8.35.0 Features 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#16920) (SUZUKI Sosuke) c8c0c71 feat: Move all and...

dependencies

Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 2.8.4. Release notes Sourced from prettier's releases. 2.8.4 🔗 Changelog 2.8.3 Support Angular 15.1 🔗 Changelog 2.8.2 🔗 Changelog 2.8.1 🔗 Changelog 2.8.0 diff 🔗...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.9.5. Release notes Sourced from typescript's releases. TypeScript 4.9.5 For release notes, check out the release announcement. Downloads are available on: npm NuGet package Changes:...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.4.0 to 27.5.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=27.4.0&new-version=27.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies