Socket
Socket
Sign inDemoInstall

create-test-server

Package Overview
Dependencies
74
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "create-test-server",
"version": "2.0.0",
"version": "2.0.1",
"description": "Creates a minimal express server for testing",

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

@@ -57,2 +57,4 @@ # create-test-server

t.is(response.body, 'bar');
await server.close();
});

@@ -80,2 +82,6 @@ ```

});
test.after(async () => {
await server.close();
});
```

@@ -95,2 +101,4 @@

t.is(response.body, 'bar');
await server.close();
});

@@ -110,2 +118,4 @@ ```

t.is(response.body, 'bar');
await server.close();
});

@@ -177,3 +187,3 @@ ```

The CA certificate to validate the server certificate against.
The CA certificate to validate the server certificate against.˜

@@ -180,0 +190,0 @@ #### server.listen()

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