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

mocker-api

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocker-api - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

4

lib/index.d.ts

@@ -29,3 +29,3 @@ /// <reference types="node" />

*/
export interface MockerProxyRoute extends Record<string, MockerResult> {
export declare type MockerProxyRoute = Record<string, MockerResult> & {
/**

@@ -38,3 +38,3 @@ * This is the option parameter setting for apiMocker

_proxy?: MockerOption;
}
};
/**

@@ -41,0 +41,0 @@ * Listening for proxy events.

{
"name": "mocker-api",
"version": "2.3.0",
"version": "2.3.1",
"description": "This is dev support mock RESTful API.",

@@ -65,4 +65,4 @@ "bin": {

"tsbb": "1.7.6",
"typedoc": "0.17.8"
"typedoc": "0.18.0"
}
}

@@ -35,3 +35,3 @@ import URL from 'url';

*/
export interface MockerProxyRoute extends Record<string, MockerResult> {
export type MockerProxyRoute = Record<string, MockerResult> & {
/**

@@ -38,0 +38,0 @@ * This is the option parameter setting for apiMocker

Sorry, the diff of this file is not supported yet

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