postman-url-encoder
postman-url-encoder copied to clipboard
Implements URL encoding according to the WHATWG specification
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060) See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of...
- Removed fixtures and added descriptive unit tests for `resolveNodeUrl()` Closes: https://github.com/postmanlabs/postman-url-encoder/issues/14
- Remove fixture `url-resolve-list.js` and refactor `resolveNodeUrl()` tests to be more comprehensive
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 36.0.7 to 50.2.4. Release notes Sourced from eslint-plugin-jsdoc's releases. v50.2.4 50.2.4 (2024-09-18) Bug Fixes require-returns-check: allow infinite for loops to have only one branch to return; fixes...
Bumps [mocha](https://github.com/mochajs/mocha) from 9.0.3 to 10.7.3. Release notes Sourced from mocha's releases. v10.7.3 10.7.3 (2024-08-09) 🩹 Fixes make release-please build work (#5194) (afd66ef) v10.7.2 10.7.2 (2024-08-06) 📚 Documentation improve filtering...
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.19.0 to 1.20.3. Release notes Sourced from body-parser's releases. 1.20.3 What's Changed Important deps: [email protected] add depth option to customize the depth level in the parser IMPORTANT:...
Bumps [postman-collection](https://github.com/postmanlabs/postman-collection) from 4.0.2 to 4.5.0. Changelog Sourced from postman-collection's changelog. 4.5.0: date: 2024-08-01 new features: - GH-1369 Added isEvent method in Event class - GH-1370 Added isEmpty method in...
Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 9.0.0 to 10.5.0. Release notes Sourced from eslint-plugin-mocha's releases. 10.5.0 Enhancements Add name to flat configs (#356) 10.4.3 Bug Fixes Fix support for ESLint versions < 8.40.0...
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.4 to 6.4.4. Release notes Sourced from karma's releases. v6.4.4 6.4.4 (2024-07-29) v6.4.3 6.4.3 (2024-02-24) Bug Fixes add build commits for patch release (d7f2d69) v6.4.2 6.4.2 (2023-04-21)...
Bumps [async](https://github.com/caolan/async) from 3.2.1 to 3.2.6. Changelog Sourced from async's changelog. v3.2.5 Ensure Error objects such as AggregateError are propagated without modification (#1920) v3.2.4 Fix a bug in priorityQueue where...