Socket
Socket
Sign inDemoInstall

@ideal-postcodes/address-finder

Package Overview
Dependencies
8
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.2 to 1.5.3

7

CHANGELOG.md

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

## [1.5.3](https://github.com/ideal-postcodes/address-finder/compare/1.5.2...1.5.3) (2021-02-09)
### Bug Fixes
* **Deps:** Use cjs lodash ([e2d1608](https://github.com/ideal-postcodes/address-finder/commit/e2d160830e10f744383d0eb5b984301d05a9fbcd))
## [1.5.2](https://github.com/ideal-postcodes/address-finder/compare/1.5.1...1.5.2) (2021-02-09)

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

3

dist/announcer.d.ts

@@ -1,3 +0,2 @@

/// <reference types="lodash" />
import { DebouncedFunc } from "lodash-es/debounce";
import { DebouncedFunc } from "lodash";
/**

@@ -4,0 +3,0 @@ * @hidden

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

exports.announcer = void 0;
const debounce_1 = __importDefault(require("lodash-es/debounce"));
const debounce_1 = __importDefault(require("lodash/debounce"));
/**

@@ -10,0 +10,0 @@ * @hidden

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

const view_1 = require("./view");
const debounce_1 = __importDefault(require("lodash-es/debounce"));
const debounce_1 = __importDefault(require("lodash/debounce"));
const cache_1 = require("./cache");

@@ -12,0 +12,0 @@ const css_1 = require("./css");

@@ -1,3 +0,2 @@

/// <reference types="lodash" />
import { DebouncedFunc } from "lodash-es/debounce";
import { DebouncedFunc } from "lodash";
/**

@@ -4,0 +3,0 @@ * @hidden

@@ -1,2 +0,2 @@

import debounce from "lodash-es/debounce";
import debounce from "lodash/debounce";
/**

@@ -3,0 +3,0 @@ * @hidden

/* eslint-disable no-invalid-this */
import { View } from "./view";
import debounce from "lodash-es/debounce";
import debounce from "lodash/debounce";
import { ApiCache } from "./cache";

@@ -5,0 +5,0 @@ import { addStyle } from "./css";

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

@@ -104,3 +104,3 @@ "main": "dist/index.js",

"@xstate/fsm": "~1.5.2",
"lodash-es": "~4.17.20"
"lodash": "~4.17.20"
},

@@ -123,3 +123,3 @@ "devDependencies": {

"@types/karma": "~6.1.0",
"@types/lodash-es": "~4.17.4",
"@types/lodash": "~4.14.168",
"@types/mocha": "~8.2.0",

@@ -126,0 +126,0 @@ "@types/node": "~14.14.16",

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