mocker-api
Advanced tools
Comparing version 2.9.11 to 2.10.0
@@ -24,4 +24,4 @@ #!/usr/bin/env node | ||
var __generator = (this && this.__generator) || function (thisArg, body) { | ||
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g; | ||
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; | ||
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype); | ||
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; | ||
function verb(n) { return function (v) { return step([n, v]); }; } | ||
@@ -28,0 +28,0 @@ function step(op) { |
{ | ||
"name": "mocker-api", | ||
"version": "2.9.11", | ||
"version": "2.10.0", | ||
"description": "This is dev support mock RESTful API.", | ||
@@ -57,8 +57,8 @@ "homepage": "https://wangchujiang.com/mocker-api/", | ||
"detect-port": "~1.6.0", | ||
"express": "~4.19.0", | ||
"express": "~4.21.0", | ||
"http-proxy": "~1.18.1", | ||
"local-ip-url": "~1.0.3", | ||
"minimist": "~1.2.7", | ||
"path-to-regexp": "~6.2.1" | ||
"path-to-regexp": "~6.3.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
88051
+ Addedcookie@0.7.1(transitive)
+ Addedencodeurl@2.0.0(transitive)
+ Addedexpress@4.21.1(transitive)
+ Addedfinalhandler@1.3.1(transitive)
+ Addedmerge-descriptors@1.0.3(transitive)
+ Addedpath-to-regexp@0.1.106.3.0(transitive)
+ Addedsend@0.19.0(transitive)
+ Addedserve-static@1.16.2(transitive)
- Removedbody-parser@1.20.2(transitive)
- Removedcookie@0.6.0(transitive)
- Removedexpress@4.19.2(transitive)
- Removedfinalhandler@1.2.0(transitive)
- Removedmerge-descriptors@1.0.1(transitive)
- Removedpath-to-regexp@0.1.76.2.2(transitive)
- Removedqs@6.11.0(transitive)
- Removedsend@0.18.0(transitive)
- Removedserve-static@1.15.0(transitive)
Updatedexpress@~4.21.0
Updatedpath-to-regexp@~6.3.0