@govuk-react/lib
Advanced tools
Comparing version 0.9.1 to 0.10.0
{ | ||
"name": "@govuk-react/lib", | ||
"version": "0.9.1", | ||
"version": "0.10.0", | ||
"dependencies": { | ||
"@govuk-react/constants": "^0.9.1", | ||
"@govuk-react/constants": "^0.10.0", | ||
"govuk-colours": "^1.1.0" | ||
}, | ||
"scripts": { | ||
"build": "yarn build:lib && yarn build:es", | ||
"build:lib": "rimraf lib && babel src -x .js,jsx,.ts,.tsx -d lib --source-maps --config-file ../../babel.config.js", | ||
"build:es": "rimraf es && cross-env BABEL_ENV=es babel src -x .js,jsx,.ts,.tsx -d es --source-maps --config-file ../../babel.config.js" | ||
"version": "yarn version" | ||
}, | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"main": "dist/govuk-react-lib.cjs.js", | ||
"module": "dist/govuk-react-lib.esm.js", | ||
"source": "src/index.tsx", | ||
"author": "Steve Sims", | ||
@@ -19,3 +18,2 @@ "license": "MIT", | ||
"description": "govuk-react: A port of the govuk-frontend components for React using styled-components.", | ||
"private": false, | ||
"publishConfig": { | ||
@@ -22,0 +20,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
88590
24
2535
2
1
+ Added@govuk-react/constants@0.10.7(transitive)
- Removed@govuk-react/constants@0.9.1(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedreact@18.3.1(transitive)