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

@ideal-postcodes/core-axios

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ideal-postcodes/core-axios - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.0.2](https://github.com/ideal-postcodes/core-axios/compare/1.0.1...1.0.2) (2020-01-22)
### Bug Fixes
* **Headers:** Drop default user agent ([6c7ddd6](https://github.com/ideal-postcodes/core-axios/commit/6c7ddd6))
## [1.0.1](https://github.com/ideal-postcodes/core-axios/compare/1.0.0...1.0.1) (2020-01-22)

@@ -2,0 +9,0 @@

6

dist/client.js

@@ -29,6 +29,2 @@ "use strict";

var agent_1 = require("./agent");
/**
* Default user agent string
*/
var USER_AGENT = "IdealPostcodes ideal-postcodes/core-axios";
var Client = /** @class */ (function (_super) {

@@ -42,3 +38,3 @@ __extends(Client, _super);

var agent = new agent_1.Agent();
var header = { "User-Agent": USER_AGENT };
var header = {};
var tls = config.tls === undefined ? core_interface_1.TLS : config.tls;

@@ -45,0 +41,0 @@ var baseUrl = config.baseUrl === undefined ? core_interface_1.API_URL : config.baseUrl;

{
"name": "@ideal-postcodes/core-axios",
"version": "1.0.1",
"version": "1.0.2",
"description": "Axios based client for api.ideal-postcodes.co.uk",

@@ -5,0 +5,0 @@ "author": {

Sorry, the diff of this file is not supported yet

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