Socket
Socket
Sign inDemoInstall

@ideal-postcodes/core-interface

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.0.0 to 2.0.1

7

CHANGELOG.md

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

## [2.0.1](https://github.com/ideal-postcodes/core-interface/compare/2.0.0...2.0.1) (2021-06-04)
### Bug Fixes
* **Client Typings:** Make all but api_key config optional ([716cba1](https://github.com/ideal-postcodes/core-interface/commit/716cba155e4091450abfa82129ac938d61a32edd))
# [2.0.0](https://github.com/ideal-postcodes/core-interface/compare/1.9.0...2.0.0) (2021-06-04)

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

6

dist/client.d.ts

@@ -12,3 +12,3 @@ import { Agent, Header } from "./agent";

*/
tls: boolean;
tls?: boolean;
/**

@@ -25,3 +25,3 @@ * API Key. Used in API helper methods

*/
baseUrl: string;
baseUrl?: string;
/**

@@ -32,3 +32,3 @@ * API version

*/
version: string;
version?: string;
/**

@@ -35,0 +35,0 @@ * Force autocomplete authorisation via HTTP headers only

@@ -12,3 +12,3 @@ import { Agent, Header } from "./agent";

*/
tls: boolean;
tls?: boolean;
/**

@@ -25,3 +25,3 @@ * API Key. Used in API helper methods

*/
baseUrl: string;
baseUrl?: string;
/**

@@ -32,3 +32,3 @@ * API version

*/
version: string;
version?: string;
/**

@@ -35,0 +35,0 @@ * Force autocomplete authorisation via HTTP headers only

{
"name": "@ideal-postcodes/core-interface",
"version": "2.0.0",
"version": "2.0.1",
"description": "Interface specification for javascript based API Clients to api.ideal-postcodes.co.uk",

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

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