Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@alipay/faas-server-utils

Package Overview
Dependencies
Maintainers
3
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alipay/faas-server-utils - npm Package Compare versions

Comparing version 1.1.19 to 1.2.0-alpha.0

3

lib/sign.d.ts

@@ -0,1 +1,2 @@

/// <reference types="node" />
export declare class SignOptions {

@@ -7,3 +8,3 @@ path: string;

method: string;
body: string;
body: string | Buffer;
headers: any;

@@ -10,0 +11,0 @@ timestamp: number;

{
"name": "@alipay/faas-server-utils",
"version": "1.1.19",
"version": "1.2.0-alpha.0",
"description": "云函数 utils",

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

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