mock-js-server
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -64,3 +64,3 @@ 'use strict'; | ||
let stringParams = req.path.replace(new RegExp(parsedUrl), replaced.join(',')) | ||
let stringParams = req.path.replace(new RegExp(`.*${parsedUrl}.*`), replaced.join(',')) | ||
@@ -67,0 +67,0 @@ return stringParams |
{ | ||
"name": "mock-js-server", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Mock server for API", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
33780