@mui/x-internals
Advanced tools
| export type HasProperty<T, K extends string> = K extends keyof T ? true : false; |
| export {}; |
| export type HasProperty<T, K extends string> = K extends keyof T ? true : false; |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { | ||
| value: true | ||
| }); |
@@ -5,2 +5,3 @@ export * from "./base.js"; | ||
| export * from "./GridChartsIntegration.js"; | ||
| export * from "./HasProperty.js"; | ||
| export * from "./MakeOptional.js"; | ||
@@ -7,0 +8,0 @@ export * from "./MakeRequired.js"; |
@@ -5,2 +5,3 @@ export * from "./base.js"; | ||
| export * from "./GridChartsIntegration.js"; | ||
| export * from "./HasProperty.js"; | ||
| export * from "./MakeOptional.js"; | ||
@@ -7,0 +8,0 @@ export * from "./MakeRequired.js"; |
+1
-1
| { | ||
| "name": "@mui/x-internals", | ||
| "version": "8.23.0", | ||
| "version": "8.24.0", | ||
| "author": "MUI Team", | ||
@@ -5,0 +5,0 @@ "description": "Utility functions for the MUI X packages (internal use only).", |
+1
-0
@@ -5,2 +5,3 @@ export * from "./base.js"; | ||
| export * from "./GridChartsIntegration.js"; | ||
| export * from "./HasProperty.js"; | ||
| export * from "./MakeOptional.js"; | ||
@@ -7,0 +8,0 @@ export * from "./MakeRequired.js"; |
+11
-0
@@ -50,2 +50,13 @@ "use strict"; | ||
| }); | ||
| var _HasProperty = require("./HasProperty"); | ||
| Object.keys(_HasProperty).forEach(function (key) { | ||
| if (key === "default" || key === "__esModule") return; | ||
| if (key in exports && exports[key] === _HasProperty[key]) return; | ||
| Object.defineProperty(exports, key, { | ||
| enumerable: true, | ||
| get: function () { | ||
| return _HasProperty[key]; | ||
| } | ||
| }); | ||
| }); | ||
| var _MakeOptional = require("./MakeOptional"); | ||
@@ -52,0 +63,0 @@ Object.keys(_MakeOptional).forEach(function (key) { |
Sorry, the diff of this file is too big to display
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
695051
0.81%253
1.61%3617
0.47%