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.0.0-alpha.15 to 5.0.0-alpha.16

3

lib/is-element/is-element.d.ts

@@ -0,1 +1,2 @@

import React from 'react';
/**

@@ -5,3 +6,3 @@ * Detects if provided argument is a React element:

* */
export declare function isElement(value: any): boolean;
export declare function isElement(value: any): value is React.ReactElement;
//# sourceMappingURL=is-element.d.ts.map
{
"name": "@mantine/utils",
"version": "5.0.0-alpha.15",
"version": "5.0.0-alpha.16",
"main": "cjs/index.js",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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