Socket
Socket
Sign inDemoInstall

@ng-apimock/dev-interface

Package Overview
Dependencies
0
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ng-apimock/dev-interface

Development interface for ng-apimock


Version published
Weekly downloads
7K
decreased by-4.19%
Maintainers
2
Install size
1.99 MB
Created
Weekly downloads
 

Changelog

Source

3.3.1 (2023-11-30)

Bug Fixes

  • package should include image (44d4346)

Readme

Source

ng-apimock/dev-interface npm Build Status Quality Gate Status Commitizen friendly semantic-release Dependabot Status dependency Status devDependency Status npm downloads

The development interface for ng-apimock.

Getting Started

npm install @ng-apimock/dev-interface --save-dev

Once the plugin has been installed, you can require it with this line of JavaScript:

const devInterface = require('@ng-apimock/dev-interface');

How does it work

The development interface is a small web application that connects to the @ng-apimock/core middelware and exposes all it's features in the ui.

Usage

In order to use the development interface you can add it to your serve configuration like this:

const connect = require('connect');
const app = connect();

app.use('/dev-interface/', serveStatic(devInterface));

The development interface can now be used by navigating to http://localhost:9000/dev-interface.

The development interface looks like this:

alt tag

Keywords

FAQs

Last updated on 30 Nov 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc