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

apimocker

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apimocker - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

package.json
{
"name": "apimocker",
"description": "Simple HTTP server that returns mock service API responses to your front end.",
"version": "0.1.6",
"version": "0.1.7",
"engines": {"node": ">=0.10.0"},

@@ -6,0 +6,0 @@ "author": "Greg Stroup <gstroup@gmail.com>",

@@ -43,2 +43,3 @@ # apimocker

See the sample config.json file in this package.
* config.json file format has changed with the 0.1.6 release. See below for the new format. (Old config.json file format is deprecated, but still functioning.)

@@ -49,2 +50,3 @@ * Content-type for a service response can be set for each service. If not set, content-type defaults to applicatoin/xml for .xml files, and application/json for .json files.

* Allowed domains can be set to restrict CORS requests to certain domains.
```js

@@ -51,0 +53,0 @@ {

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