Socket
Socket
Sign inDemoInstall

@ideal-postcodes/jsutil

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ideal-postcodes/jsutil - npm Package Compare versions

Comparing version 4.3.2 to 4.3.3

7

CHANGELOG.md

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

## [4.3.3](https://github.com/ideal-postcodes/jsutil/compare/4.3.2...4.3.3) (2021-03-04)
### Bug Fixes
* **Config:** Add flag ([0613b86](https://github.com/ideal-postcodes/jsutil/commit/0613b8679cf17860cf696a2106ea6c5ba6fc58ee))
## [4.3.2](https://github.com/ideal-postcodes/jsutil/compare/4.3.1...4.3.2) (2021-02-09)

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

4

dist/types.d.ts

@@ -81,2 +81,6 @@ import { Address } from "@ideal-postcodes/api-typings";

postcodeLookupOverride: PostcodeLookupConfig;
/**
* Setting this to `true` will detach our Address Validation tools from the page if an unsupported terrority is selected
*/
watchCountry?: boolean;
}

@@ -83,0 +87,0 @@ /**

@@ -81,2 +81,6 @@ import { Address } from "@ideal-postcodes/api-typings";

postcodeLookupOverride: PostcodeLookupConfig;
/**
* Setting this to `true` will detach our Address Validation tools from the page if an unsupported terrority is selected
*/
watchCountry?: boolean;
}

@@ -83,0 +87,0 @@ /**

18

package.json
{
"name": "@ideal-postcodes/jsutil",
"version": "4.3.2",
"version": "4.3.3",
"description": "Browser Address Autocomplete for api.ideal-postcodes.co.uk",

@@ -100,4 +100,4 @@ "author": {

"devDependencies": {
"@babel/core": "~7.12.0",
"@babel/preset-env": "~7.12.1",
"@babel/core": "~7.13.8",
"@babel/preset-env": "~7.13.9",
"@cablanchard/eslint-config": "~2.1.0",

@@ -120,7 +120,7 @@ "@cablanchard/semantic-release": "~1.3.4",

"codecov": "~3.8.0",
"core-js": "~3.8.0",
"core-js": "~3.9.0",
"dotenv": "~8.2.0",
"eslint": "~7.19.0",
"eslint": "~7.21.0",
"eslint-plugin-compat": "~3.9.0",
"karma": "~5.2.2",
"karma": "~6.1.1",
"karma-babel-preprocessor": "~8.0.1",

@@ -131,5 +131,5 @@ "karma-chrome-launcher": "~3.1.0",

"karma-sauce-launcher": "~4.3.3",
"karma-typescript": "~5.2.0",
"karma-typescript": "~5.4.0",
"karma-typescript-es6-transform": "~5.2.0",
"mocha": "~8.2.0",
"mocha": "~8.3.0",
"nyc": "~15.1.0",

@@ -139,3 +139,3 @@ "prettier": "~2.2.1",

"regenerator-runtime": "~0.13.5",
"semantic-release": "~17.3.0",
"semantic-release": "~17.4.0",
"source-map-support": "~0.5.19",

@@ -142,0 +142,0 @@ "ts-node": "~9.1.1",

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