Socket
Socket
Sign inDemoInstall

@trussworks/react-uswds

Package Overview
Dependencies
490
Maintainers
9
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.12.0 to 1.12.1

7

CHANGELOG.md

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

### [1.12.1](https://github.com/trussworks/react-uswds/compare/1.12.0...1.12.1) (2021-02-22)
### Bug Fixes
* Revert husky to V4 ([#923](https://github.com/trussworks/react-uswds/issues/923)) ([e934ff7](https://github.com/trussworks/react-uswds/commit/e934ff76a58cdbc523eef0a3c496fe2d20c02c73))
## [1.12.0](https://github.com/trussworks/react-uswds/compare/1.11.0...1.12.0) (2021-02-18)

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

19

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

@@ -38,5 +38,3 @@ "keywords": [

"example:install": "yarn build && cd example/ && yarn",
"example:start": "cd example/ && yarn start",
"postinstall": "husky install",
"postpublish": "pinst --enable"
"example:start": "cd example/ && yarn start"
},

@@ -103,13 +101,12 @@ "repository": {

"file-loader": "^6.0.0",
"happo-plugin-storybook": "^2.5.3",
"happo.io": "^6.0.0",
"happo-plugin-storybook": "^2.5.3",
"husky": "^5.0.9",
"husky": "^4.3.8",
"jest": "^26.1.0",
"lint-staged": "^10.0.9",
"mini-css-extract-plugin": "^1.0.0",
"pinst": "^2.1.4",
"prettier": "^2.0.2",
"react": "^17.0.1",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^17.0.1",
"react-docgen-typescript-loader": "^3.7.2",
"react-test-renderer": "^17.0.1",

@@ -141,2 +138,8 @@ "sass": "^1.26.0",

},
"husky": {
"hooks": {
"pre-commit": "tsc --noEmit && lint-staged",
"pre-push": "yarn danger local -b main --failOnErrors"
}
},
"lint-staged": {

@@ -143,0 +146,0 @@ "src/**/*.{js,jsx,ts,tsx,json,md}": [

Sorry, the diff of this file is not supported yet

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