Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

openapi-jsonschema-parameters

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-jsonschema-parameters - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

.npmignore

16

package.json
{
"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"
}
}
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