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.2 to 1.0.3

15

CHANGELOG.md

@@ -0,1 +1,16 @@

<a name="1.0.3"></a>
## [1.0.3](https://github.com/admiralcloud/ac-api-connector/compare/v1.0.2..v1.0.3) (2024-09-02 17:02:13)
### Bug Fix
* **Connector:** Improved debug mode | MP | [7926e0c7d7ae67a0a9a8429b8c2b0a15e72c0627](https://github.com/admiralcloud/ac-api-connector/commit/7926e0c7d7ae67a0a9a8429b8c2b0a15e72c0627)
Send debug information to signature decoder
Related issues: [undefined/undefined#develop](undefined/browse/develop)
### Chores
* **Connector:** Updated packages | MP | [4300685e245635ef85bbafbb4f16ee7bcc2c8335](https://github.com/admiralcloud/ac-api-connector/commit/4300685e245635ef85bbafbb4f16ee7bcc2c8335)
Updated packages
Related issues: [undefined/undefined#develop](undefined/browse/develop)
<a name="1.0.2"></a>

@@ -2,0 +17,0 @@

3

index.js

@@ -49,2 +49,5 @@ const https = require('https')

}
if (this.debug || debug) {
headers['x-admiralcloud-debugsignature'] = true
}

@@ -51,0 +54,0 @@ const axiosParams = {

6

package.json
{
"name": "ac-api-connector",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",

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

"ac-signature": "^4.0.0",
"axios": "^1.7.4"
"axios": "^1.7.7"
},

@@ -20,3 +20,3 @@ "devDependencies": {

"chai": "^4.5.0",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"mocha": "^10.7.3"

@@ -23,0 +23,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