@requestly/mock-server
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69358
4
+ Addedhandlebars@^4.7.8
+ Addedhandlebars@4.7.8(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedneo-async@2.6.2(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addeduglify-js@3.19.3(transitive)
+ Addedwordwrap@1.0.0(transitive)