swagger-schema
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -62,5 +62,5 @@ /** | ||
if (options.coerce) { | ||
return this.coerceSchema.validate(schema, data); | ||
return this.coerceSchema.validate(schema, data, options); | ||
} | ||
return this.schema.validate(schema, data); | ||
return this.schema.validate(schema, data, options); | ||
}; | ||
@@ -67,0 +67,0 @@ |
{ | ||
"name": "swagger-schema", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Swagger schema helpers", | ||
"dependencies": { | ||
"jjv": "https://github.com/acornejo/jjv/archive/v0.3.4.tar.gz", | ||
"jjv": "0.3.4", | ||
"lodash": "*" | ||
@@ -8,0 +8,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
NPM Shrinkwrap
Supply chain riskPackage contains a shrinkwrap file. This may allow the package to bypass normal install procedures.
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
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
20260
16
720