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

@ideal-postcodes/address-finder

Package Overview
Dependencies
Maintainers
3
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ideal-postcodes/address-finder - npm Package Compare versions

Comparing version 4.6.1 to 4.6.2

2

dist/watch.js

@@ -29,3 +29,3 @@ "use strict";

const watch = (config, options = {}) => {
const client = new core_axios_1.Client({ ...config, api_key: config.apiKey });
const client = new core_axios_1.Client({ ...controller_1.defaults, ...config, api_key: config.apiKey });
const { pageTest = isTrue } = options;

@@ -32,0 +32,0 @@ if (!pageTest())

import { Client, checkKeyUsability } from "@ideal-postcodes/core-axios";
import { NOOP } from "./controller";
import { NOOP, defaults } from "./controller";
import { toContextMap } from "./contexts";

@@ -26,3 +26,3 @@ import { loaded, toArray, getParent, generateTimer, markLoaded, getScope, } from "@ideal-postcodes/jsutil";

export const watch = (config, options = {}) => {
const client = new Client({ ...config, api_key: config.apiKey });
const client = new Client({ ...defaults, ...config, api_key: config.apiKey });
const { pageTest = isTrue } = options;

@@ -29,0 +29,0 @@ if (!pageTest())

{
"name": "@ideal-postcodes/address-finder",
"version": "4.6.1",
"version": "4.6.2",
"description": "Address Finder JS library backed by the Ideal Postcodes UK address search API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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