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

mpserverless-sdk-core

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mpserverless-sdk-core - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

3

dist/index.js

@@ -33,2 +33,5 @@ "use strict";

// TODO: 预置云函数支持 $config 吗?
if (!this.invoker) {
throw new Error('invoker is not set, please call init(mpserverless: Serverless, config: Config) first.');
}
const args = {

@@ -35,0 +38,0 @@ method: openApiName,

2

package.json
{
"name": "mpserverless-sdk-core",
"version": "0.0.10",
"version": "0.0.11",
"description": "Alipay mini program Serverless SDK Core",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -85,2 +85,5 @@ import Client from './client';

// TODO: 预置云函数支持 $config 吗?
if (!this.invoker) {
throw new Error('invoker is not set, please call init(mpserverless: Serverless, config: Config) first.');
}
const args = {

@@ -87,0 +90,0 @@ method: openApiName,

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