Comparing version 6.0.0 to 6.0.1
{ | ||
"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') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4
19911