Socket
Socket
Sign inDemoInstall

rc-util

Package Overview
Dependencies
8
Maintainers
9
Versions
208
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.29.0 to 5.29.1

2

es/Dom/findDOMNode.d.ts
import React from 'react';
export declare function isDOM(node: any): boolean;
export declare function isDOM(node: any): node is HTMLElement | SVGElement;
/**

@@ -4,0 +4,0 @@ * Return if a node is a DOM node. Else will return by `findDOMNode`

import React from 'react';
export declare function isDOM(node: any): boolean;
export declare function isDOM(node: any): node is HTMLElement | SVGElement;
/**

@@ -4,0 +4,0 @@ * Return if a node is a DOM node. Else will return by `findDOMNode`

{
"name": "rc-util",
"version": "5.29.0",
"version": "5.29.1",
"description": "Common Utils For React Component",

@@ -54,3 +54,3 @@ "keywords": [

"dumi": "^2.1.3",
"eslint": "~7.32.0",
"eslint": "~7.31.0",
"father": "^4.1.3",

@@ -57,0 +57,0 @@ "glob": "^7.1.6",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc