Comparing version 4.0.0 to 4.0.1
@@ -0,0 +0,0 @@ /** |
@@ -70,3 +70,3 @@ 'use strict' | ||
// Simple value check | ||
should(actual).be.eql(expected) | ||
should(actual).match(expected) | ||
} | ||
@@ -73,0 +73,0 @@ } catch (e) { |
@@ -0,1 +1,5 @@ | ||
# 4.0.1 | ||
* Changed: updated dependencies | ||
* Fixed: use match() instead of eql() | ||
# 4.0.0 | ||
@@ -2,0 +6,0 @@ |
@@ -0,0 +0,0 @@ /*globals describe, before, it*/ |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ 'use strict' |
{ | ||
"name": "api-test", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"author": "Sitegui <sitegui@sitegui.com.br>", | ||
@@ -18,8 +18,8 @@ "description": "API testing made simple", | ||
"dependencies": { | ||
"@clubedaentrega/test-spec": "~1.0.1", | ||
"async": "^1.5.2", | ||
"mocha": "^2.3.4", | ||
"mongodb": "^2.1.4", | ||
"request": "^2.67.0", | ||
"should": "^8.1.1" | ||
"@clubedaentrega/test-spec": "~1.5.0", | ||
"async": "^2.0.0", | ||
"mocha": "^2.5.3", | ||
"mongodb": "^2.2.4", | ||
"request": "^2.73.0", | ||
"should": "^10.0.0" | ||
}, | ||
@@ -34,6 +34,6 @@ "license": "MIT", | ||
"devDependencies": { | ||
"body-parser": "^1.14.2", | ||
"express": "^4.13.3", | ||
"mongoose": "^4.3.6" | ||
"body-parser": "^1.15.2", | ||
"express": "^4.14.0", | ||
"mongoose": "^4.5.5" | ||
} | ||
} |
@@ -0,0 +0,0 @@ 'use strict' |
# API Test | ||
[![Build Status](https://travis-ci.org/clubedaentrega/api-test.svg?branch=master)](https://travis-ci.org/clubedaentrega/api-test) | ||
[![Inline docs](http://inch-ci.org/github/clubedaentrega/api-test.svg?branch=master)](http://inch-ci.org/github/clubedaentrega/api-test) | ||
[![Dependency Status](https://david-dm.org/clubedaentrega/api-test.svg)](https://david-dm.org/clubedaentrega/api-test) | ||
@@ -3,0 +6,0 @@ API testing made simple |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ # Database insertion |
@@ -0,0 +0,0 @@ # Pending test (skip) |
@@ -0,0 +0,0 @@ # user/login |
@@ -0,0 +0,0 @@ # user/login |
@@ -0,0 +0,0 @@ # user/signup |
@@ -0,0 +0,0 @@ # Signup + Login |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ /*globals before*/ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
43608
26
207
1
+ Added@clubedaentrega/test-spec@1.5.1(transitive)
+ Addedasync@2.6.4(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedshould@10.0.0(transitive)
+ Addedshould-equal@1.0.1(transitive)
+ Addedshould-format@2.0.0(transitive)
+ Addedshould-type@1.4.0(transitive)
- Removed@clubedaentrega/test-spec@1.0.1(transitive)
- Removedasync@1.5.2(transitive)
- Removedshould@8.4.0(transitive)
- Removedshould-equal@0.8.0(transitive)
- Removedshould-format@0.3.2(transitive)
- Removedshould-type@0.2.0(transitive)
Updatedasync@^2.0.0
Updatedmocha@^2.5.3
Updatedmongodb@^2.2.4
Updatedrequest@^2.73.0
Updatedshould@^10.0.0