Socket
Socket
Sign inDemoInstall

@requestly/mock-server

Package Overview
Dependencies
65
Maintainers
7
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.1.3

LICENSE

6

package.json
{
"name": "@requestly/mock-server",
"version": "0.0.3",
"version": "0.1.3",
"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",

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

"@types/node": "^18.11.11",
"@types/path-to-regexp": "^1.7.0",
"nodemon": "^2.0.20",

@@ -26,3 +27,4 @@ "rimraf": "^3.0.2",

"cors": "^2.8.5",
"express": "^4.18.2"
"express": "^4.18.2",
"path-to-regexp": "^0.1.7"
},

@@ -29,0 +31,0 @@ "files": [

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