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
2
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 3.0.0 to 3.0.1

7

CHANGELOG.md

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

## [3.0.1](https://github.com/ideal-postcodes/core-axios/compare/3.0.0...3.0.1) (2021-07-19)
### Bug Fixes
* **Deps:** Bump core-interface ([bb5fc87](https://github.com/ideal-postcodes/core-axios/commit/bb5fc87))
# [3.0.0](https://github.com/ideal-postcodes/core-axios/compare/2.2.4...3.0.0) (2021-06-08)

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

1

esm/agent.js

@@ -58,2 +58,3 @@ import Axios from "axios";

export class Agent {
Axios;
constructor() {

@@ -60,0 +61,0 @@ this.Axios = Axios.create({ validateStatus });

22

package.json
{
"name": "@ideal-postcodes/core-axios",
"version": "3.0.0",
"version": "3.0.1",
"description": "Axios based client for api.ideal-postcodes.co.uk",

@@ -97,3 +97,3 @@ "author": {

"dependencies": {
"@ideal-postcodes/core-interface": "~2.0.1",
"@ideal-postcodes/core-interface": "~2.0.2",
"axios": "~0.21.0"

@@ -105,3 +105,3 @@ },

"@cablanchard/tsconfig": "2.0.0",
"@ideal-postcodes/api-fixtures": "~1.2.0",
"@ideal-postcodes/api-fixtures": "~1.3.0",
"@ideal-postcodes/api-typings": "~2.1.0",

@@ -111,4 +111,4 @@ "@types/chai": "~4.2.0",

"@types/nock": "~11.1.0",
"@types/node": "~14.14.0",
"@types/prettier": "~2.2.0",
"@types/node": "~15.12.4",
"@types/prettier": "~2.3.0",
"@types/sinon": "~10.0.0",

@@ -120,12 +120,12 @@ "chai": "~4.3.0",

"mocha": "~8.3.0",
"nock": "13.0.11",
"nock": "13.1.0",
"nyc": "~15.1.0",
"prettier": "~2.2.1",
"prettier": "~2.3.1",
"semantic-release": "~17.4.1",
"sinon": "~10.0.0",
"sinon": "~11.1.1",
"source-map-support": "~0.5.10",
"ts-node": "~9.1.1",
"typedoc": "~0.20.20",
"typescript": "~4.2.3"
"ts-node": "~10.0.0",
"typedoc": "~0.21.2",
"typescript": "~4.3.4"
}
}
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