openapi-enforcer
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "openapi-enforcer", | ||
"version": "0.0.1", | ||
"description": "Validate openapi schemas against values, connect middleware, request parsing and validating, response formatting and validating, and response building tools.", | ||
"version": "0.0.2", | ||
"description": "Automatically validate a value against the swagger schema while you build it. Alternatively you can validate the final value.", | ||
"main": "index.js", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha test/*.js", | ||
"coverage": "nyc --reporter=html mocha test/*.js", | ||
"coverage:report": "nyc mocha test/*.js && nyc report --reporter=text-lcov | coveralls" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/byu-oit/swagger-enforcer.git" | ||
}, | ||
"keywords": [ | ||
"openapi", | ||
"swagger", | ||
"validate", | ||
"error", | ||
"schema", | ||
"request", | ||
"response", | ||
"connect", | ||
"middleware" | ||
"build", | ||
"compose", | ||
"validate" | ||
], | ||
"author": "James Speirs <james.speirs@gmail.com>", | ||
"license": "Apache-2.0" | ||
"author": "James Speirs", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/byu-oit/swagger-enforcer/issues" | ||
}, | ||
"homepage": "https://github.com/byu-oit/swagger-enforcer#readme", | ||
"devDependencies": { | ||
"body-parser": "^1.18.2", | ||
"chai": "^3.5.0", | ||
"connect-busboy": "0.0.2", | ||
"connect-multiparty": "^2.1.0", | ||
"coveralls": "^2.13.0", | ||
"express": "^4.16.2", | ||
"formidable": "^1.1.1", | ||
"js-yaml": "^3.10.0", | ||
"json-schema-ref-parser": "^4.0.4", | ||
"mocha": "^2.4.5", | ||
"multer": "^1.3.0", | ||
"multiparty": "^4.1.3", | ||
"nyc": "^10.2.0", | ||
"request": "^2.83.0", | ||
"request-promise-native": "^1.0.5", | ||
"swagger-parser": "^3.4.2" | ||
}, | ||
"dependencies": {} | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
268849
28
3946
0
1
0
462
16
2