Socket
Socket
Sign inDemoInstall

@ideal-postcodes/core-interface

Package Overview
Dependencies
Maintainers
2
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 3.1.0 to 3.2.0

7

CHANGELOG.md

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

# [3.2.0](https://github.com/ideal-postcodes/core-interface/compare/3.1.0...3.2.0) (2022-08-05)
### Features
* **OpenAPI:** Update to 3.1.0 ([7f5c80b](https://github.com/ideal-postcodes/core-interface/commit/7f5c80bd9b98f70b44505dfde6236c1298205778))
# [3.1.0](https://github.com/ideal-postcodes/core-interface/compare/3.0.0...3.1.0) (2022-04-04)

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

2

dist/helpers.d.ts

@@ -110,3 +110,3 @@ /**

*/
export declare const lookupPostcode: (options: LookupPostcodeOptions) => Promise<PafAddress[]>;
export declare const lookupPostcode: (options: LookupPostcodeOptions) => Promise<UkAddress[]>;
/**

@@ -113,0 +113,0 @@ * Lookup Address

@@ -19,3 +19,5 @@ /**

export declare type NybAddress = components["schemas"]["NybAddress"];
export declare type UkAddress = PafAddress | MrAddress | NybAddress;
export declare type WelshAddress = components["schemas"]["WelshPafAddress"];
export declare type AliasAddress = components["schemas"]["PafAliasAddress"];
export declare type UkAddress = PafAddress | MrAddress | NybAddress | WelshAddress | AliasAddress;
/**

@@ -22,0 +24,0 @@ * Authenticable

@@ -110,3 +110,3 @@ /**

*/
export declare const lookupPostcode: (options: LookupPostcodeOptions) => Promise<PafAddress[]>;
export declare const lookupPostcode: (options: LookupPostcodeOptions) => Promise<UkAddress[]>;
/**

@@ -113,0 +113,0 @@ * Lookup Address

@@ -19,3 +19,5 @@ /**

export declare type NybAddress = components["schemas"]["NybAddress"];
export declare type UkAddress = PafAddress | MrAddress | NybAddress;
export declare type WelshAddress = components["schemas"]["WelshPafAddress"];
export declare type AliasAddress = components["schemas"]["PafAliasAddress"];
export declare type UkAddress = PafAddress | MrAddress | NybAddress | WelshAddress | AliasAddress;
/**

@@ -22,0 +24,0 @@ * Authenticable

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

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

"dependencies": {
"@ideal-postcodes/openapi": "~1.2.0-beta.4"
"@ideal-postcodes/openapi": "3.1.0"
},

@@ -108,0 +108,0 @@ "devDependencies": {

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