Socket
Socket
Sign inDemoInstall

supertest

Package Overview
Dependencies
35
Maintainers
6
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.3.4 to 7.0.0

4

lib/agent.js

@@ -29,3 +29,5 @@ 'use strict';

Agent.call(this, options);
const agent = new Agent(options);
Object.assign(this, agent);
this._options = options;

@@ -32,0 +34,0 @@

{
"name": "supertest",
"description": "SuperAgent driven library for testing HTTP servers",
"version": "6.3.4",
"version": "7.0.0",
"author": "TJ Holowaychuk",

@@ -9,3 +9,3 @@ "contributors": [],

"methods": "^1.1.2",
"superagent": "^8.1.2"
"superagent": "^9.0.1"
},

@@ -26,3 +26,3 @@ "devDependencies": {

"engines": {
"node": ">=6.4.0"
"node": ">=14.18.0"
},

@@ -29,0 +29,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc