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

api-test

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api-test - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

.travis.yml

0

baseContext.js

@@ -0,0 +0,0 @@ /**

2

check.js

@@ -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

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