@pactflow/swagger-mock-validator
Advanced tools
Comparing version 10.2.2 to 10.3.0
@@ -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 @@ |
{ | ||
"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. |
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
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
105
1
190545
80
2826