axios-mock-server
Advanced tools
Comparing version 0.17.2 to 0.18.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [0.18.0](https://github.com/solufa/axios-mock-server/compare/v0.17.2...v0.18.0) (2020-07-28) | ||
### Features | ||
* optimize build command ([0d93bde](https://github.com/solufa/axios-mock-server/commit/0d93bded96c992ef774d3bf619aa668fb5883b23)) | ||
### [0.17.2](https://github.com/solufa/axios-mock-server/compare/v0.17.1...v0.17.2) (2020-07-26) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "axios-mock-server", | ||
"version": "0.17.2", | ||
"version": "0.18.0", | ||
"description": "RESTful mock server using axios", | ||
@@ -95,3 +95,3 @@ "author": "Solufa <solufa2020@gmail.com>", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-jest": "^23.18.2", | ||
"eslint-plugin-jest": "^23.19.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
@@ -98,0 +98,0 @@ "eslint-plugin-prettier": "^3.1.4", |
@@ -133,10 +133,9 @@ <p align="right"> | ||
axios-mock-server needs to build and generate the necessary files for routing before running. | ||
From the command line, pass the `--build` option to axios-mock-server to start the build. | ||
axios-mock-server needs to build and generate the necessary files for routing before running. | ||
```sh | ||
$ node_modules/.bin/axios-mock-server --build | ||
$ node_modules/.bin/axios-mock-server | ||
# If Windows (Command Prompt) | ||
> node_modules\.bin\axios-mock-server --build | ||
> node_modules\.bin\axios-mock-server | ||
``` | ||
@@ -453,11 +452,2 @@ | ||
<tr> | ||
<td nowrap><code>--build</code><br /><code>-b</code></td> | ||
<td></td> | ||
<td></td> | ||
<td> | ||
Generate <code>$mock.js</code> or <code>$mock.ts</code> required for | ||
axios-mock-server routing. | ||
</td> | ||
</tr> | ||
<tr> | ||
<td nowrap><code>--config</code><br /><code>-c</code></td> | ||
@@ -464,0 +454,0 @@ <td><code>string</code></td> |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
37945
6
2
562
2