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

open-api-mocker

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

open-api-mocker - npm Package Compare versions

Comparing version 1.2.1 to 1.2.3

9

CHANGELOG.md

@@ -9,2 +9,11 @@ # Changelog

## [1.2.3] - 2020-02-09
### Fixed
- Travis deploy config fixed
## [1.2.2] - 2020-02-09
### Fixed
- OpenAPI naming standarized
- Usage documentation improved
## [1.2.1] - 2019-12-30

@@ -11,0 +20,0 @@ ### Fixed

2

package.json
{
"name": "open-api-mocker",
"version": "1.2.1",
"version": "1.2.3",
"description": "A mock server based in Open API Specification",

@@ -5,0 +5,0 @@ "main": "lib/open-api-mocker.js",

@@ -1,2 +0,2 @@

# Open API Mocker
# OpenAPI Mocker

@@ -6,5 +6,5 @@ [![Build Status](https://travis-ci.org/jormaechea/open-api-mocker.svg?branch=master)](https://travis-ci.org/jormaechea/open-api-mocker)

An API mocker based in the Open API 3.0 specification.
An API mocker based in the OpenAPI 3.0 specification.
## Installation
## Installation and usage

@@ -15,2 +15,6 @@ ### Using npm

npm i -g open-api-mocker
open-api-mocker -s my-schema.json -w
open-api-mocker --help # To prompt every available setting.
```

@@ -36,9 +40,5 @@

## Usage
Just run `open-api-mocker --help` in your console, and every available setting will be prompted.
## Capabilities
- [x] Read yaml and json open api v3 schemas.
- [x] Read yaml and json OpenAPI v3 schemas.
- [x] Port binding selection

@@ -45,0 +45,0 @@ - [x] Request parameters validation

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