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

@requestly/mock-server

Package Overview
Dependencies
Maintainers
7
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@requestly/mock-server - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

2

build/test/dummy/mock1.js

@@ -8,3 +8,3 @@ "use strict";

desc: "Mock 1",
method: types_1.RequestMethod.GET,
method: types_1.RequestMethod.POST,
endpoint: "abcd/:userId/:name",

@@ -11,0 +11,0 @@ responses: [

{
"name": "@requestly/mock-server",
"version": "0.2.7",
"version": "0.2.8",
"description": "- Methods: GET, POST, PUT, OPTIONS - Description - Endpoint (can be full path) (/api/v1/users) - Multiple Responses - Shuffle Response - Sequential Response - Rules in Response - Status (Any status code 2xx, 4xx) - Latency - Body - Templating - Faker js - Headers",

@@ -27,2 +27,3 @@ "main": "build/index.js",

"express": "^4.18.2",
"handlebars": "^4.7.8",
"path-to-regexp": "^0.1.7"

@@ -29,0 +30,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