Socket
Socket
Sign inDemoInstall

@ideal-postcodes/address-finder

Package Overview
Dependencies
Maintainers
2
Versions
59
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 2.3.0 to 2.3.1

7

CHANGELOG.md

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

## [2.3.1](https://github.com/ideal-postcodes/address-finder/compare/2.3.0...2.3.1) (2021-07-20)
### Bug Fixes
* **Go:** Export `go` from AddressFinder ([452159d](https://github.com/ideal-postcodes/address-finder/commit/452159dfcffb46069ad2443b325a8a48aa419d4c))
# [2.3.0](https://github.com/ideal-postcodes/address-finder/compare/2.2.2...2.3.0) (2021-07-13)

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

1

dist/index.d.ts

@@ -308,2 +308,3 @@ /**

watch: import("./watch").Watch;
go: (config: ControllerOptions, d?: Document | undefined) => Promise<Controller | null>;
};

@@ -310,0 +311,0 @@ /**

@@ -48,2 +48,3 @@ "use strict";

watch: watch_1.watch,
go: exports.go,
};

@@ -308,2 +308,3 @@ /**

watch: import("./watch").Watch;
go: (config: ControllerOptions, d?: Document | undefined) => Promise<Controller | null>;
};

@@ -310,0 +311,0 @@ /**

@@ -40,2 +40,3 @@ /**

watch,
go,
};

@@ -42,0 +43,0 @@ /**

6

package.json
{
"name": "@ideal-postcodes/address-finder",
"version": "2.3.0",
"version": "2.3.1",
"description": "Address Finder JS library backed by the Ideal Postcodes UK address search API",

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

"core-js-pure": "~3.15.2",
"cypress": "~7.5.0",
"cypress": "~7.7.0",
"dotenv": "~8.2.0",

@@ -147,3 +147,3 @@ "eslint": "~7.30.0",

"minify": "~7.0.0",
"mocha": "~8.3.0",
"mocha": "~9.0.2",
"prettier": "~2.2.1",

@@ -150,0 +150,0 @@ "promise-polyfill": "~8.2.0",

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