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

pactum

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pactum - npm Package Compare versions

Comparing version 3.0.8 to 3.0.9

LICENSE

10

package.json
{
"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 />
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