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

ac-api-connector

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ac-api-connector - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="1.0.1"></a>
## [1.0.1](https://github.com/admiralcloud/ac-api-connector/compare/v1.0.0..v1.0.1) (2024-07-14 13:18:41)
### Bug Fix
* **Connector:** Make sure signature version 5 is used | MP | [7e686e36ce535bb9e9f1f0940daca09aa3e63850](https://github.com/admiralcloud/ac-api-connector/commit/7e686e36ce535bb9e9f1f0940daca09aa3e63850)
Use signature 5 and honor debug parameter
Related issues: [undefined/undefined#master](undefined/browse/master)
<a name="1.0.0"></a>

@@ -2,0 +12,0 @@

4

index.js

@@ -31,3 +31,4 @@ const https = require('https')

path,
payload: Object.assign(JSON.parse(JSON.stringify(params)), payload) // BODY payload takes precedence
payload: Object.assign(JSON.parse(JSON.stringify(params)), payload), // BODY payload takes precedence
debug
}

@@ -44,2 +45,3 @@ if (identifier) {

'x-admiralcloud-hash': signedValues.hash,
'x-admiralcloud-version': 5
})

@@ -46,0 +48,0 @@ if (identifier) {

{
"name": "ac-api-connector",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": "git@github.com:AdmiralCloud/ac-api-connector.git",

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