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

ac-api-connector

Package Overview
Dependencies
Maintainers
1
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 0.1.7 to 0.1.8

10

CHANGELOG.md

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

<a name="0.1.8"></a>
## [0.1.8](https://github.com/admiralcloud/ac-api-connector/compare/v0.1.7..v0.1.8) (2024-05-05 14:10:32)
### Bug Fix
* **Connector:** Allow class init without parameters | MP | [01ac3f241cd9bb915367807478ae439904dd9cb2](https://github.com/admiralcloud/ac-api-connector/commit/01ac3f241cd9bb915367807478ae439904dd9cb2)
Allow class init without parameters
Related issues: [undefined/undefined#master](undefined/browse/master)
<a name="0.1.7"></a>

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

2

index.js

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

class APIConnector {
constructor({ baseURL = 'https://api.admiralcloud.com', maxCachedSessions, clientId, accessKey, accessSecret, headers = {}, debug }) {
constructor({ baseURL = 'https://api.admiralcloud.com', maxCachedSessions, clientId, accessKey, accessSecret, headers = {}, debug } = {}) {
const httpOptions = {

@@ -9,0 +9,0 @@ keepAlive: true

{
"name": "ac-api-connector",
"version": "0.1.7",
"version": "0.1.8",
"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