Socket
Socket
Sign inDemoInstall

@ideal-postcodes/core-axios

Package Overview
Dependencies
5
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.1.0

7

CHANGELOG.md

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

# [1.1.0](https://github.com/ideal-postcodes/core-axios/compare/1.0.2...1.1.0) (2020-02-07)
### Features
* **core-interface:** Upgrade to 1.5.0 ([aeffba7](https://github.com/ideal-postcodes/core-axios/commit/aeffba7))
## [1.0.2](https://github.com/ideal-postcodes/core-axios/compare/1.0.1...1.0.2) (2020-01-22)

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

8

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

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

"dependencies": {
"@ideal-postcodes/core-interface": "~1.4.0",
"@ideal-postcodes/core-interface": "~1.5.0",
"axios": "~0.19.2"

@@ -102,5 +102,5 @@ },

"@types/chai": "~4.2.0",
"@types/mocha": "~5.2.7",
"@types/mocha": "~7.0.1",
"@types/nock": "~11.1.0",
"@types/node": "~13.1.0",
"@types/node": "~13.7.0",
"@types/prettier": "~1.19.0",

@@ -107,0 +107,0 @@ "@types/sinon": "~7.5.0",

@@ -14,4 +14,7 @@ <h1 align="center">

`@ideal-postcodes/core-axios` is the Axios backed client for api.ideal-postcodes.co.uk. Axios is a promise based HTTP client for the browser and node.js
`@ideal-postcodes/core-axios` is the Axios backed client for api.ideal-postcodes.co.uk. Axios is a promise based HTTP client for the browser and node.js and so is ideal for:
- Frameworks that utilise server side rendering (Angular, Next.js, React, etc)
- Isomorphic code (runs on browser and server)
Our JavaScript client implements a common interface defined at [@ideal-postcodes/core-interface](https://github.com/ideal-postcodes/core-interface).

@@ -18,0 +21,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc