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

@planet-a/affinity-node

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@planet-a/affinity-node - npm Package Compare versions

Comparing version 0.0.1-test.9 to 0.0.1-test.10

18

esm/v1/index.js

@@ -70,12 +70,10 @@ import axios from 'axios';

});
this.axios = axiosInstance || axios.create({
baseURL: 'https://api.affinity.co',
headers: {
'X-Requested-With': '@planet-a/affinity-node',
},
auth: {
username: '',
password: apiKey,
},
});
this.axios = axiosInstance || axios.create();
this.axios.defaults.headers.common['X-Requested-With'] =
'@planet-a/affinity-node';
this.axios.defaults.auth = {
username: '',
password: apiKey,
};
this.axios.defaults.baseURL = 'https://api.affinity.co';
this.lists = new Lists(this.axios);

@@ -82,0 +80,0 @@ this.rateLimit = new RateLimit(this.axios);

{
"name": "@planet-a/affinity-node",
"version": "0.0.1-test.9",
"version": "0.0.1-test.10",
"description": "API wrapper for the affinity.co API",

@@ -5,0 +5,0 @@ "keywords": [

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