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

express-openapi-typer

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-openapi-typer - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.github/workflows/build-lint-and-test.yml

4

CHANGELOG.md

@@ -7,3 +7,7 @@ # Changelog

## [0.0.2] - 2019-12-09
## Fixed
- Move Express and related deps to `peerDependencies`
## [0.0.1] - 2019-12-09
- Initial release

13

package.json
{
"name": "express-openapi-typer",
"version": "0.0.1",
"version": "0.0.2",
"description": "Code-generation-free conversion of OpenAPI schema into typed Express request handlers",

@@ -9,3 +9,5 @@ "main": "build/index.js",

"build": "tsc -p tsconfig.json",
"lint": "tslint --project ."
"lint": "tslint --project .",
"prepare": "install-self-peers -- --ignore-scripts && yarn build",
"test": "echo TODO"
},

@@ -33,9 +35,12 @@ "repository": {

"dependencies": {
"express": "^4.17.1",
"json-schema-type-mapper": "^0.0.2",
"json-schema-typed": "^7.0.3"
},
"devDependencies": {
"peerDependencies": {
"@types/express": "^4.17.2",
"@types/express-serve-static-core": "^4.17.0",
"express": "^4.17.1"
},
"devDependencies": {
"@team-griffin/install-self-peers": "^1.1.1",
"prettier": "^1.19.1",

@@ -42,0 +47,0 @@ "tslint": "^5.20.1",

# express-openapi-typer
![](https://github.com/epiphone/express-openapi-typer/workflows/CI/badge.svg) [![npm version](https://badge.fury.io/js/express-openapi-typer.svg)](https://badge.fury.io/js/express-openapi-typer)
## Caution! Alpha-level software ahead. Use at your own peril

@@ -3,0 +5,0 @@ Code-generation-free conversion of **OpenAPI v3.1** schema into **type-checked Express request handlers**.

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