New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

openapi-enforcer

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-enforcer - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.repo-meta.yml

52

package.json
{
"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": {}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc