New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

axios-mock-server

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axios-mock-server - npm Package Compare versions

Comparing version 0.17.2 to 0.18.0

dist/package.json

7

CHANGELOG.md

@@ -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 @@

4

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

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