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

apidoc-mock

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

apidoc-mock - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Change Log

## [3.0.1](https://github.com/cdcabrera/apidoc-mock/compare/v3.0.0...v3.0.1) (2019-04-14)
### Bug Fixes
* **build, readme:** relax engine requirement, gitignore docs ([#16](https://github.com/cdcabrera/apidoc-mock/issues/16)) ([84c51f1](https://github.com/cdcabrera/apidoc-mock/commit/84c51f1))
# [3.0.0](https://github.com/cdcabrera/apidoc-mock/compare/v2.0.1...v3.0.0) (2019-04-14)

@@ -7,0 +16,0 @@

4

package.json
{
"name": "apidoc-mock",
"version": "3.0.0",
"version": "3.0.1",
"description": "Create a mock server from apiDoc comments.",

@@ -15,3 +15,3 @@ "author": "cdcabrera",

"engines": {
"node": ">=10.14.2"
"node": ">=10.0.0"
},

@@ -18,0 +18,0 @@ "bin": {

@@ -63,2 +63,4 @@ # Apidoc Mock

Then follow the guide for [apidoc](http://apidocjs.com/). From there run the NPM script, and open [localhost:5000/[PATH TO API ENDPOINT]](http://localhost:5000/).
It's recommended you make sure to `.gitignore` the `.docs` directory that gets generated for `apidocs`.

@@ -120,3 +122,5 @@ ### Or roll with a Docker setup

#### Using a NPM script setup
Setup your NPM scripts
Then, make sure to `.gitignore` the `.docs` directory that gets generated for `apidocs`.
Then, setup your NPM scripts
```js

@@ -128,3 +132,3 @@ "scripts": {

Then, run your script
And then run your script

@@ -131,0 +135,0 @@ ```shell

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