openapi-jsonschema-parameters
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "openapi-jsonschema-parameters", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Converts openapi parameters to a jsonschema format.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "node ./test.js" | ||
"cover": "istanbul cover _mocha -- ./test/*.js && cat ./coverage/*/lcov.info | coveralls -v && rm -rf coverage", | ||
"test-watch": "mocha -w ./test/*.js ./test/**/*.js", | ||
"test": "mocha ./test/*.js" | ||
}, | ||
@@ -25,3 +26,10 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/kogosoftwarellc/openapi-jsonschema-parameters#readme" | ||
"homepage": "https://github.com/kogosoftwarellc/openapi-jsonschema-parameters#readme", | ||
"devDependencies": { | ||
"chai": "^3.4.1", | ||
"coveralls": "^2.11.6", | ||
"glob": "^6.0.3", | ||
"istanbul": "^0.4.1", | ||
"mocha": "^2.3.4" | ||
} | ||
} |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
9070
15
418
5
1