New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@morjs/runtime-base

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@morjs/runtime-base - npm Package Compare versions

Comparing version 1.0.46 to 1.0.53

5

esm/utils/transformApis.js

@@ -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) {

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc