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

@18f/identity-address-search

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@18f/identity-address-search - npm Package Compare versions

Comparing version 3.3.0 to 3.4.0

11

dist/index.js

@@ -922,3 +922,4 @@ import * as __WEBPACK_EXTERNAL_MODULE_react__ from "react";

noInPersonLocationsDisplay: NoInPersonLocationsDisplay,
resultsHeaderComponent: HeaderComponent
resultsHeaderComponent: HeaderComponent,
resultsSectionHeading: ResultsSectionHeading
} = _ref;

@@ -931,3 +932,3 @@ if (locations?.length === 0) {

return /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsxs)(jsx_runtime_namespaceObject.Fragment, {
children: [/*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)("h3", {
children: [ResultsSectionHeading && /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(ResultsSectionHeading, {}), /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)("h3", {
role: "status",

@@ -1440,3 +1441,4 @@ children: (0,identity_i18n_namespaceObject.t)('in_person_proofing.body.location.po_search.results_description', {

resultsHeaderComponent,
usStatesTerritories
usStatesTerritories,
resultsSectionHeading
} = _ref;

@@ -1477,3 +1479,4 @@ const [apiError, setApiError] = (0,external_react_namespaceObject.useState)(null);

noInPersonLocationsDisplay: noInPersonLocationsDisplay,
resultsHeaderComponent: resultsHeaderComponent
resultsHeaderComponent: resultsHeaderComponent,
resultsSectionHeading: resultsSectionHeading
})]

@@ -1480,0 +1483,0 @@ });

{
"name": "@18f/identity-address-search",
"version": "3.3.0",
"version": "3.4.0",
"type": "module",

@@ -37,2 +37,2 @@ "private": false,

"sideEffects": false
}
}
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