Socket
Socket
Sign inDemoInstall

@trussworks/react-uswds

Package Overview
Dependencies
64
Maintainers
8
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.2 to 1.9.3

lib/index.js.one

14

CHANGELOG.md

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

### [1.9.3](https://github.com/trussworks/react-uswds/compare/1.9.2...1.9.3) (2020-11-13)
### Bug Fixes
* Happo automation should skip dependabot PRs ([#453](https://github.com/trussworks/react-uswds/issues/453)) ([dc5bffc](https://github.com/trussworks/react-uswds/commit/dc5bffc88784eef283a075045172e6228cf5384f))
* Require Typescript 3.8+ ([#521](https://github.com/trussworks/react-uswds/issues/521)) ([53efe5d](https://github.com/trussworks/react-uswds/commit/53efe5d164d8dd488c94eb8bdce1c13243d04dae))
* update example app deps to fix security issue ([#476](https://github.com/trussworks/react-uswds/issues/476)) ([00fd70a](https://github.com/trussworks/react-uswds/commit/00fd70a5b597af29d54a6d5b4ca90a619ef05c51))
### Documentation & Examples
* Add Code of Conduct ([#455](https://github.com/trussworks/react-uswds/issues/455)) ([6b8f96c](https://github.com/trussworks/react-uswds/commit/6b8f96cae8d677d9f7a58b82db27a721b7282dc0))
### [1.9.2](https://github.com/trussworks/react-uswds/compare/1.9.1...1.9.2) (2020-09-10)

@@ -7,0 +21,0 @@

23

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

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

"storybook:deploy": "storybook-to-ghpages",
"build": "webpack -p",
"build": "webpack --progress",
"build:watch": "webpack --watch",

@@ -73,5 +73,5 @@ "lint": "tsc --noEmit && eslint --ext js,jsx,ts,tsx src && stylelint \"src/**/*.{css,scss}\"",

"@babel/preset-react": "^7.10.4",
"@storybook/addon-docs": "^6.0.12",
"@storybook/addon-viewport": "^6.0.12",
"@storybook/react": "^6.0.12",
"@storybook/addon-docs": "^6.0.21",
"@storybook/addon-viewport": "^6.0.21",
"@storybook/react": "^6.0.21",
"@storybook/storybook-deployer": "^2.8.6",

@@ -91,3 +91,3 @@ "@testing-library/jest-dom": "^5.3.0",

"babel-loader": "^8.0.6",
"css-loader": "^4.0.0",
"css-loader": "^5.0.0",
"danger": "^10.0.0",

@@ -103,7 +103,7 @@ "eslint": "^6.5.1",

"file-loader": "^6.0.0",
"happo.io": "^5.4.0",
"happo.io": "^6.0.0",
"husky": "^4.2.3",
"jest": "^26.1.0",
"lint-staged": "^10.0.9",
"mini-css-extract-plugin": "^0.10.0",
"mini-css-extract-plugin": "^1.0.0",
"prettier": "^2.0.2",

@@ -113,6 +113,7 @@ "react-docgen-typescript-loader": "^3.7.2",

"sass": "^1.26.0",
"sass-loader": "^9.0.2",
"sass-loader": "^10.0.2",
"sass-resources-loader": "^2.0.1",
"source-map-loader": "^1.0.0",
"standard-version": "^9.0.0",
"style-loader": "^2.0.0",
"stylelint": "^13.3.0",

@@ -126,6 +127,6 @@ "stylelint-config-css-modules": "^2.2.0",

"ts-jest": "^26.1.2",
"typescript": "^3.6.3",
"typescript": "^3.8.0",
"url-loader": "^4.0.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
"webpack-cli": "^4.0.0"
},

@@ -132,0 +133,0 @@ "resolutions": {

@@ -50,2 +50,28 @@ # @trussworks/react-uswds

### Pre-Release
Pre-release packages are published to GitHub Packages. To use, you
will need a [GitHub access
token](https://docs.github.com/en/packages/publishing-and-managing-packages/about-github-packages#about-tokens)
with the `read:packages` scope.
1. Create an `.npmrc` with
```
//npm.pkg.github.com/:_authToken=YOUR_TOKEN_GOES_HERE
@trussworks:registry=https://npm.pkg.github.com
```
or
Create a `.yarnrc` file with
```
"@trussworks:registry" "https://npm.pkg.github.com"
```
2. In your `package.json`, use `"@trussworks/react-uswds": "next"`
See [GitHub Packages with npm
docs](https://docs.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-npm-for-use-with-github-packages)
for more detailed information.
## Usage

@@ -80,2 +106,4 @@

This repository is governed by the [Contributor Covenant](./CODE_OF_CONDUCT.md)
## License

@@ -82,0 +110,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc