@react-md/link
Advanced tools
+12
-0
@@ -6,2 +6,14 @@ # Change Log | ||
| ## [4.0.3](https://github.com/mlaursen/react-md/compare/v4.0.2...v4.0.3) (2021-12-31) | ||
| ### Other Internal Changes | ||
| * Updated all packages' peerDependenciesMeta ([60fcd71](https://github.com/mlaursen/react-md/commit/60fcd719ac785c2f0b9d27cda82baa3c773c0e5a)), closes [#1319](https://github.com/mlaursen/react-md/issues/1319) | ||
| ## [4.0.1](https://github.com/mlaursen/react-md/compare/v4.0.0...v4.0.1) (2021-11-27) | ||
@@ -8,0 +20,0 @@ |
+15
-7
| { | ||
| "name": "@react-md/link", | ||
| "version": "4.0.1", | ||
| "version": "4.0.3", | ||
| "description": "The base package for including a theme for react-md. This is required by most other packages.", | ||
@@ -33,6 +33,6 @@ "main": "./lib/index.js", | ||
| "dependencies": { | ||
| "@react-md/states": "^4.0.1", | ||
| "@react-md/theme": "^4.0.1", | ||
| "@react-md/transition": "^4.0.1", | ||
| "@react-md/typography": "^4.0.1", | ||
| "@react-md/states": "^4.0.3", | ||
| "@react-md/theme": "^4.0.3", | ||
| "@react-md/transition": "^4.0.3", | ||
| "@react-md/typography": "^4.0.3", | ||
| "classnames": "^2.3.1" | ||
@@ -44,3 +44,3 @@ }, | ||
| "react-dom": "^17.0.1", | ||
| "react-router-dom": "^6.0.2" | ||
| "react-router-dom": "^6.2.1" | ||
| }, | ||
@@ -51,6 +51,14 @@ "peerDependencies": { | ||
| }, | ||
| "peerDependenciesMeta": { | ||
| "react": { | ||
| "optional": false | ||
| }, | ||
| "react-dom": { | ||
| "optional": false | ||
| } | ||
| }, | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "gitHead": "0df0f24d688ea7c867b7ef656ee9887f00215705" | ||
| "gitHead": "39edcb237de86528426b8011396f677b01b6a929" | ||
| } |
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
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
62666
0.74%Updated
Updated
Updated
Updated