swagger-enforcer
Advanced tools
Comparing version 1.0.0-alpha.4 to 1.0.0
{ | ||
"name": "swagger-enforcer", | ||
"version": "1.0.0-alpha.4", | ||
"version": "1.0.0", | ||
"description": "Automatically validate a value against the swagger schema while you build it. Alternatively you can validate the final value.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -129,2 +129,4 @@ [![Build Status](https://travis-ci.org/byu-oit-appdev/swagger-enforcer.svg?branch=master)](https://travis-ci.org/byu-oit-appdev/swagger-enforcer) | ||
* *schema* - The swagger schema to use for enforcement of values. | ||
* *definitions* - An object containing definitions by name. Definitions are only necessary if using discriminators. | ||
@@ -205,2 +207,4 @@ | ||
This method requires that your running a version of JavaScript that supports the [native Proxy interface](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy). | ||
**Signature:** `.enforce ( [ initial ]) : *` | ||
@@ -207,0 +211,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
169699
0
695