@govuk-react/constants
Advanced tools
Comparing version 0.9.1 to 0.10.0
{ | ||
"name": "@govuk-react/constants", | ||
"version": "0.9.1", | ||
"version": "0.10.0", | ||
"dependencies": { | ||
@@ -11,8 +11,7 @@ "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-constants.cjs.js", | ||
"module": "dist/govuk-react-constants.esm.js", | ||
"source": "src/index.tsx", | ||
"author": "Alasdair McLeay", | ||
@@ -22,3 +21,2 @@ "license": "MIT", | ||
"description": "govuk-react: A port of the govuk-frontend components for React using styled-components.", | ||
"private": false, | ||
"publishConfig": { | ||
@@ -25,0 +23,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
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
1789
43491
15
2
1