Socket
Socket
Sign inDemoInstall

@trussworks/react-uswds

Package Overview
Dependencies
26
Maintainers
9
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.2.1

2

CHANGELOG.md

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

### [4.2.1](https://github.com/trussworks/react-uswds/compare/4.2.0...4.2.1) (2023-04-24)
## [4.2.0](https://github.com/trussworks/react-uswds/compare/4.1.1...4.2.0) (2023-04-03)

@@ -7,0 +9,0 @@

8

package.json
{
"name": "@trussworks/react-uswds",
"version": "4.2.0",
"version": "4.2.1",
"description": "React USWDS 3.0 component library",

@@ -20,3 +20,3 @@ "keywords": [

"engines": {
"node": "14.x - 18.x"
"node": ">= 16.20.0"
},

@@ -30,3 +30,2 @@ "scripts": {

"storybook": "start-storybook -p 9009",
"storybook:deploy": "storybook-to-ghpages",
"build": "tsc -p tsconfig.build.json && webpack --progress",

@@ -61,3 +60,3 @@ "build:watch": "tsc -p tsconfig.build.json && webpack --watch",

"@babel/preset-typescript": "^7.15.0",
"@storybook/addon-a11y": "^6.5.14",
"@storybook/addon-a11y": "^7.0.2",
"@storybook/addon-essentials": "^6.5.14",

@@ -67,3 +66,2 @@ "@storybook/builder-webpack5": "^6.5.14",

"@storybook/react": "^6.5.16",
"@storybook/storybook-deployer": "^2.8.16",
"@svgr/webpack": "^7.0.0",

@@ -70,0 +68,0 @@ "@testing-library/dom": "^9.0.0",

@@ -49,2 +49,4 @@ # @trussworks/react-uswds

### USWDS
It is strongly suggested applications use the same version of USWDS that was used to build the version of ReactUSWDS they're using. A version mismatch may result in unexpected markup & CSS combinations.

@@ -70,2 +72,8 @@

### NodeJS
We develop on this library with the version of node defined in `.node-version`. We run the test suite against the major released versions of node that are still in active LTS and not development releases. Specific versions are defined in the workflow: `.github/workflows/build-and-test.yml`. Those are the versions we exxpect to support, if you are using a pre-release or development version of node you may run into unexpected issues.
Having issues? See [FAQs](./docs/faqs.md).
### Pre-Release

@@ -72,0 +80,0 @@

Sorry, the diff of this file is not supported yet

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc