Socket
Socket
Sign inDemoInstall

@trussworks/react-uswds

Package Overview
Dependencies
Maintainers
10
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trussworks/react-uswds - npm Package Compare versions

Comparing version 1.12.1 to 1.12.2

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [1.12.2](https://github.com/trussworks/react-uswds/compare/1.12.1...1.12.2) (2021-02-22)
### Bug Fixes
* add ActionType.CLEAR_FOCUS to indicate a user has left the field ([#902](https://github.com/trussworks/react-uswds/issues/902)) ([58159d7](https://github.com/trussworks/react-uswds/commit/58159d7430016bb88ab2fba33ab1984e0aebed66))
### [1.12.1](https://github.com/trussworks/react-uswds/compare/1.12.0...1.12.1) (2021-02-22)

@@ -7,0 +14,0 @@

5

lib/components/forms/ComboBox/useCombobox.d.ts

@@ -10,3 +10,4 @@ import React from 'react';

FOCUS_OPTION = 4,
UPDATE_FILTER = 5
UPDATE_FILTER = 5,
BLUR = 6
}

@@ -28,2 +29,4 @@ export declare type Action = {

value: string;
} | {
type: ActionTypes.BLUR;
};

@@ -30,0 +33,0 @@ export interface State {

2

package.json
{
"name": "@trussworks/react-uswds",
"version": "1.12.1",
"version": "1.12.2",
"description": "React USWDS 2.0 component library",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

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