Comparing version 3.0.8 to 3.0.9
{ | ||
"name": "pactum", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"description": "REST API Testing Tool for all levels in a Test Pyramid", | ||
@@ -61,7 +61,7 @@ "main": "./src/index.js", | ||
"author": "Anudeep <asa.anudeep4@gmail.com>", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@exodus/schemasafe": "^1.0.0-rc.2", | ||
"@exodus/schemasafe": "^1.0.0-rc.3", | ||
"deep-override": "^1.0.1", | ||
"form-data": "^3.0.0", | ||
"form-data": "^4.0.0", | ||
"json-query": "^2.2.2", | ||
@@ -71,3 +71,3 @@ "openapi-fuzzer-core": "^1.0.6", | ||
"parse-graphql": "^1.0.0", | ||
"phin": "^3.4.1", | ||
"phin": "^3.5.1", | ||
"polka": "^0.5.2" | ||
@@ -74,0 +74,0 @@ }, |
@@ -1,3 +0,8 @@ | ||
# pactum | ||
<p align="center"><a href="https://pactumjs.github.io"><img src="https://raw.githubusercontent.com/pactumjs/pactum/v3/assets/logo.png" alt="PactumJS Logo" height="100"/></a> | ||
</p> | ||
<div align="center"> | ||
<h2>REST API Testing Tool for all levels in a Test Pyramid</h2> | ||
</div> | ||
![Build](https://github.com/pactumjs/pactum/workflows/Build/badge.svg?branch=master) | ||
@@ -9,4 +14,9 @@ ![Coverage](https://img.shields.io/codeclimate/coverage/ASaiAnudeep/pactum) | ||
**pactum** is a REST API Testing Tool used to automate e2e, integration, contract & component (*or service level*) tests. It comes with a powerful *mock server* which can control the state of external dependencies. | ||
<br /> | ||
<p><a href="https://pactumjs.github.io"><img src="https://raw.githubusercontent.com/pactumjs/pactum/v3/assets/demo.gif" alt="PactumJS Demo"/></a> | ||
</p> | ||
<br /> | ||
**PactumJS** is a REST API Testing Tool used to automate e2e, integration, contract & component (*or service level*) tests. It comes with a powerful *mock server* which can control the state of external dependencies. | ||
- ⏱ Swift | ||
@@ -31,2 +41,6 @@ - 🎈 Lightweight | ||
## Need Help | ||
We use Github [Discussions](https://github.com/pactumjs/pactum/discussions) to receive feedback, discuss ideas & answer questions. | ||
## Installation | ||
@@ -146,2 +160,14 @@ | ||
Inspired from [frisby](https://docs.frisbyjs.com/) testing style & [pact](https://docs.pact.io) interactions. | ||
- Inspired from [frisby](https://docs.frisbyjs.com/) and [pact](https://docs.pact.io). | ||
- Like this project? Star it on [Github](https://github.com/pactumjs/pactum/stargazers) | ||
## Contributors | ||
If you've ever wanted to contribute to open source, and a great cause, now is your chance! | ||
See the [contributing docs](https://github.com/pactumjs/pactum/blob/master/CONTRIBUTING.md) for more information | ||
<a href="https://github.com/pactumjs/pactum/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=pactumjs/pactum" /> | ||
</a> | ||
<br /> |
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
141701
52
170
+ Addedform-data@4.0.1(transitive)
- Removedform-data@3.0.2(transitive)
Updatedform-data@^4.0.0
Updatedphin@^3.5.1