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

@pactflow/swagger-mock-validator

Package Overview
Dependencies
Maintainers
6
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pactflow/swagger-mock-validator - npm Package Compare versions

Comparing version 10.2.2 to 10.3.0

30

CHANGELOG.md

@@ -1,8 +0,18 @@

<a name="10.2.2"></a>
## [10.2.2](https://bitbucket.org/yousafnabi/swagger-mock-validator/compare/10.2.1...10.2.2) (2022-04-20)
<a name="10.3.0"></a>
# [10.3.0](https://github.com/pactflow/swagger-mock-validator/compare/10.1.3...10.3.0) (2022-04-22)
### Bug Fixes
* support for open string-valued properties ([178240e](https://github.com/pactflow/swagger-mock-validator/commit/178240e))
### Features
* rename to [@pactflow](https://github.com/pactflow) scope and add gh action scripts ([31b34a3](https://github.com/pactflow/swagger-mock-validator/commit/31b34a3))
<a name="10.2.1"></a>
## [10.2.1](https://bitbucket.org/yousafnabi/swagger-mock-validator/compare/10.2.0...10.2.1) (2022-04-20)
## [10.2.1](https://github.com/pactflow/swagger-mock-validator/compare/10.2.0...10.2.1) (2022-04-20)

@@ -12,11 +22,21 @@

<a name="10.2.0"></a>
# [10.2.0](https://bitbucket.org/yousafnabi/swagger-mock-validator/compare/10.1.3...10.2.0) (2022-04-20)
# [10.2.0](https://github.com/pactflow/swagger-mock-validator/compare/10.1.4...10.2.0) (2022-04-20)
<a name="10.1.4"></a>
## [10.1.4](https://github.com/pactflow/swagger-mock-validator/compare/10.1.3...10.1.4) (2022-04-20)
### Bug Fixes
* support for open string-valued properties ([178240e](https://bitbucket.org/yousafnabi/swagger-mock-validator/commits/178240e))
* support for open string-valued properties ([178240e](https://github.com/pactflow/swagger-mock-validator/commit/178240e))
### Features
* rename to [@pactflow](https://github.com/pactflow) scope and add gh action scripts ([5f55007](https://github.com/pactflow/swagger-mock-validator/commit/5f55007))
## [10.1.3](https://bitbucket.org/atlassian/swagger-mock-validator/compare/10.1.2...10.1.3) (2022-03-15)

@@ -23,0 +43,0 @@

4

package.json
{
"name": "@pactflow/swagger-mock-validator",
"version": "10.2.2",
"version": "10.3.0",
"description": "A CLI tool to validate mocks against swagger/OpenApi specs.",

@@ -19,3 +19,3 @@ "bin": {

"type": "git",
"url": "git@bitbucket.org:yousafnabi/swagger-mock-validator.git"
"url": "git+https://github.com/pactflow/swagger-mock-validator.git"
},

@@ -22,0 +22,0 @@ "author": {

@@ -19,7 +19,17 @@ # Swagger Mock Validator

Install the tool using npm
Install the tool globally using npm
```
npm install --global swagger-mock-validator
npm install --global @pactflow/swagger-mock-validator
```
Install the tool a single project
```
npm install --save-dev @pactflow/swagger-mock-validator
```
Download and run the tool directly, without a global install, see [Usage](#usage)
```
npx @pactflow/swagger-mock-validator /path/to/swagger.json /path/to/pact.json
```
## Usage

@@ -26,0 +36,0 @@ Invoke the tool with a path or url to a Swagger or OpenApi file and a path or url to a mock file. These files should be in json format.

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