Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ladjs/supertest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.3
Choose a base ref
...
head repository: ladjs/supertest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.4
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 1, 2022

  1. chore: bump deps

    titanism committed Jul 1, 2022
    Copy the full SHA
    5e54761 View commit details
  2. chore: bump deps

    titanism committed Jul 1, 2022
    Copy the full SHA
    f411b02 View commit details
  3. 6.2.4

    titanism committed Jul 1, 2022
    Copy the full SHA
    5543d67 View commit details
Showing with 7 additions and 7 deletions.
  1. +7 −7 package.json
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supertest",
"version": "6.2.3",
"version": "6.2.4",
"description": "SuperAgent driven library for testing HTTP servers",
"main": "index.js",
"author": "TJ Holowaychuk",
@@ -13,7 +13,7 @@
"url": "https://github.com/visionmedia/supertest.git"
},
"engines": {
"node": ">=6.0.0"
"node": ">=6.4.0"
},
"keywords": [
"superagent",
@@ -33,18 +33,18 @@
},
"dependencies": {
"methods": "^1.1.2",
"superagent": "^7.1.3"
"superagent": "^8.0.0"
},
"devDependencies": {
"body-parser": "^1.20.0",
"cookie-parser": "^1.4.6",
"coveralls": "^3.1.1",
"eslint": "^8.14.0",
"eslint": "^8.18.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"express": "^4.18.0",
"mocha": "^9.2.2",
"nock": "^13.2.4",
"express": "^4.18.1",
"mocha": "^10.0.0",
"nock": "^13.2.8",
"nyc": "^15.1.0",
"should": "^13.2.3"
}