@entur/typography
Advanced tools
| import { jsx } from "react/jsx-runtime"; | ||
| import classNames from "classnames"; | ||
| import { getSemanticTypeFromTextVariant, getSpacingClasses } from "../utils/utils.mjs"; | ||
| import { getSpacingClasses, getSemanticTypeFromTextVariant } from "../utils/utils.mjs"; | ||
| /* empty css */ | ||
@@ -5,0 +5,0 @@ const TypographyText = ({ |
+5
-5
| { | ||
| "name": "@entur/typography", | ||
| "version": "2.1.4", | ||
| "version": "2.1.5", | ||
| "license": "SEE LICENSE IN README.md", | ||
@@ -62,5 +62,5 @@ "main": "./dist/typography.cjs.js", | ||
| "dependencies": { | ||
| "@entur/icons": "^8.4.3", | ||
| "@entur/tokens": "^3.22.2", | ||
| "@entur/utils": "^0.13.1", | ||
| "@entur/icons": "^8.4.4", | ||
| "@entur/tokens": "^3.22.3", | ||
| "@entur/utils": "^0.13.2", | ||
| "classnames": "^2.5.1", | ||
@@ -85,3 +85,3 @@ "modern-normalize": "^3.0.1" | ||
| }, | ||
| "gitHead": "20bfbc9666763680b8871a62f9503b0dfd481531" | ||
| "gitHead": "9ac8be0952badd4043470e47e50992369ada2c11" | ||
| } |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Updated
Updated
Updated