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.8 to 0.0.9

3

dist/client.d.ts
export default class Client {
static invoke(openApiName: string, params: {
constructor();
invoke(openApiName: string, params: {
[key: string]: any;

@@ -4,0 +5,0 @@ }): Promise<{

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class Client {
static async invoke(openApiName, params) {
constructor() {
}
async invoke(openApiName, params) {
throw new Error('Un-implemented!');

@@ -6,0 +8,0 @@ }

{
"name": "mpserverless-sdk-core",
"version": "0.0.8",
"version": "0.0.9",
"description": "Alipay mini program Serverless SDK Core",

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

@@ -8,3 +8,7 @@ // This file is auto-generated, don't edit it

static async invoke(openApiName: string, params: {[key: string]: any}): Promise<{[key: string]: any}> {
constructor() {
}
async invoke(openApiName: string, params: {[key: string]: any}): Promise<{[key: string]: any}> {
throw new Error('Un-implemented!');

@@ -11,0 +15,0 @@ }

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