Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

supertest

Package Overview
Dependencies
Maintainers
7
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

supertest - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

2

package.json
{
"name": "supertest",
"version": "6.0.0",
"version": "6.0.1",
"description": "SuperAgent driven library for testing HTTP servers",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -71,3 +71,3 @@ # SuperTest

```js
```js
describe('GET /user', function() {

@@ -217,3 +217,3 @@ it('responds with json', function(done) {

```js
```js
agent(app)

@@ -220,0 +220,0 @@ .get('/api/content')

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc