Socket
Socket
Sign inDemoInstall

@mantine/utils

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mantine/utils - npm Package Compare versions

Comparing version 5.4.1 to 5.4.2

6

lib/ForwardRefWithStaticComponents.d.ts

@@ -1,3 +0,5 @@

import { forwardRef } from 'react';
export declare type ForwardRefWithStaticComponents<T, Props extends Record<string, any>, Static extends Record<string, any>> = ReturnType<typeof forwardRef<T, Props>> & Static;
/// <reference types="react" />
export declare type ForwardRefWithStaticComponents<Props extends Record<string, any>, Static extends Record<string, any>> = ((props: Props) => React.ReactElement) & Static & {
displayName: string;
};
//# sourceMappingURL=ForwardRefWithStaticComponents.d.ts.map
{
"name": "@mantine/utils",
"version": "5.4.1",
"version": "5.4.2",
"main": "cjs/index.js",

@@ -5,0 +5,0 @@ "module": "esm/index.js",

Sorry, the diff of this file is not supported yet

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