@morjs/runtime-base
Advanced tools
Comparing version 1.0.46 to 1.0.53
@@ -135,4 +135,5 @@ import { __spreadArray } from "tslib"; | ||
// 处理 request | ||
if (actualApiName === 'request') | ||
return getOriginalRequest(global); | ||
if (actualApiName === 'request') { | ||
return getOriginalRequest(global)(options); | ||
} | ||
// promisify 处理 | ||
@@ -139,0 +140,0 @@ if (needPromisfiedApis.indexOf(apiName) !== -1) { |
@@ -138,4 +138,5 @@ "use strict"; | ||
// 处理 request | ||
if (actualApiName === 'request') | ||
return getOriginalRequest(global); | ||
if (actualApiName === 'request') { | ||
return getOriginalRequest(global)(options); | ||
} | ||
// promisify 处理 | ||
@@ -142,0 +143,0 @@ if (needPromisfiedApis.indexOf(apiName) !== -1) { |
{ | ||
"name": "@morjs/runtime-base", | ||
"version": "1.0.46", | ||
"version": "1.0.53", | ||
"description": "mor runtime base", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "d3cd994b954a3c403b69fe3e102534df58c4f772" | ||
"gitHead": "e2681c3e73f2c2c1ccb81f1add3b12a6ccedadca" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
146973
3093
0