methods
methods copied to clipboard
HTTP verbs that node supports
[String.prototype.substr()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) is deprecated so we replace it with [String.prototype.slice()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/slice) which works similarily but isn't deprecated. .substr() probably isn't going away anytime soon but the change is trivial so it doesn't...
Hello: Let me explain to you the problem that I am trying to solve with this PR. The problem I found is that, when I create a mock with the...
http://www.iana.org/assignments/http-methods/http-methods.xhtml
# Main Changes This pipeline will proactively report the status of the project (every day and when a push is done to `master` branch) including critical fields (`CI-Tests`, `Contributors`, `Dependency-Update-Tool`,...
The fallback methods in https://github.com/jshttp/methods/blob/master/index.js#L22 do not encompass the new QUERY method. We could use code to include it if the Node version you're running includes it, but I think...
Since Node.js 0.10 and lower are essentially no longer used and Browserify largely replaced by tools such as Webpack and Vite it might be time to sunset this package. Perhaps...
Bumps [mocha](https://github.com/mochajs/mocha) from 10.2.0 to 10.8.2. Release notes Sourced from mocha's releases. v10.8.2 10.8.2 (2024-10-30) 🩹 Fixes support errors with circular dependencies in object values with --parallel (#5212) (ba0fefe) test...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.6.2. Release notes Sourced from actions/upload-artifact's releases. v4.6.2 What's Changed Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @salmanmkc in...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.23.2 to 3.28.19. Release notes Sourced from github/codeql-action's releases. v3.28.19 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.13.0 to 2.31.0. Release notes Sourced from eslint-plugin-import's releases. v2.31.0 Added support eslint v9 (#2996, thanks [@G-Rath] [@michaelfaith]) order: allow validating named imports (#3043, thanks [@manuth]) extensions:...