New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mui/x-internals

Package Overview
Dependencies
Maintainers
14
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/x-internals - npm Package Compare versions

Comparing version 7.25.0 to 7.26.0

2

esm/useResizeObserver/useResizeObserver.js
import * as React from 'react';
import { unstable_useEnhancedEffect as useEnhancedEffect } from '@mui/utils';
const isDevEnvironment = process.env.NODE_ENV === 'development';
const isDevEnvironment = process.env.NODE_ENV === 'development' || process.env.NODE_ENV === 'test';
const noop = () => {};

@@ -5,0 +5,0 @@ export function useResizeObserver(ref, fn, enabled) {

import * as React from 'react';
import { unstable_useEnhancedEffect as useEnhancedEffect } from '@mui/utils';
const isDevEnvironment = process.env.NODE_ENV === 'development';
const isDevEnvironment = process.env.NODE_ENV === 'development' || process.env.NODE_ENV === 'test';
const noop = () => {};

@@ -5,0 +5,0 @@ export function useResizeObserver(ref, fn, enabled) {

{
"name": "@mui/x-internals",
"version": "7.25.0",
"version": "7.26.0",
"description": "Utility functions for the MUI X packages (internal use only).",

@@ -5,0 +5,0 @@ "author": "MUI Team",

@@ -10,3 +10,3 @@ "use strict";

var _utils = require("@mui/utils");
const isDevEnvironment = process.env.NODE_ENV === 'development';
const isDevEnvironment = process.env.NODE_ENV === 'development' || process.env.NODE_ENV === 'test';
const noop = () => {};

@@ -13,0 +13,0 @@ function useResizeObserver(ref, fn, enabled) {

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc