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

hc-service-client

Package Overview
Dependencies
Maintainers
5
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hc-service-client - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0-alpha.0

lib/signature/gateway.js

7

lib/service_client.js

@@ -38,2 +38,4 @@ 'use strict';

this.signatureProcessor = require('./signature/common_user_auth');
} else if (this.signatureApproach === 'gateway') {
this.signatureProcessor = require('./signature/gateway');
} else if (this.signatureApproach === 'userAuth') {

@@ -147,3 +149,3 @@ this.signatureProcessor = require('./signature/user_auth');

const resultPath = this.getPath(qpath, options);
const signatureOption = {

@@ -154,2 +156,3 @@ method,

path: resultPath,
data: options.data,
accessKeyId: this.accessKeyId,

@@ -263,3 +266,3 @@ accessKeySecret: this.accessKeySecret,

}
});
});
}

@@ -266,0 +269,0 @@

{
"name": "hc-service-client",
"version": "1.2.1",
"version": "1.3.0-alpha.0",
"description": "Service Client Extension for Honeybee",

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

@@ -88,3 +88,3 @@ ### ServiceClient

- object,直接写header内容
- 内置扩展, 'otm' 、 'azk'
- 内置扩展, 'otm' 、 'azk' 、'gateway'

@@ -91,0 +91,0 @@ 如:

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