Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@datacamp/waffles-utils

Package Overview
Dependencies
Maintainers
36
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datacamp/waffles-utils - npm Package Compare versions

Comparing version 2.0.19 to 2.0.20

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.0.20](https://github.com/datacamp/design-system/compare/@datacamp/waffles-utils@2.0.19...@datacamp/waffles-utils@2.0.20) (2020-11-06)
### Bug Fixes
* util typing ([e0b1c31](https://github.com/datacamp/design-system/commit/e0b1c31))
## [2.0.19](https://github.com/datacamp/design-system/compare/@datacamp/waffles-utils@2.0.18...@datacamp/waffles-utils@2.0.19) (2020-11-03)

@@ -8,0 +19,0 @@

4

package.json
{
"name": "@datacamp/waffles-utils",
"version": "2.0.19",
"version": "2.0.20",
"description": "Various collection of utilities to be shared across waffles packages",

@@ -48,3 +48,3 @@ "author": "Louis Bailey <louis@datacamp.com>",

},
"gitHead": "d98781af4fb82ddff992bd3088b817eb1b9f2f6c"
"gitHead": "d34e1656d1a66af55d06000a8facf53835195d6e"
}
import React from 'react';
declare const isChildType: <P extends {}>(child: React.ReactNode, type: React.ComponentClass<P, any> | React.FunctionComponent<P> | React.ExoticComponent<P>) => child is React.ReactElement<P, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>;
declare const isChildType: <P extends unknown>(child: React.ReactNode, type: React.ComponentClass<P, any> | React.FunctionComponent<P> | React.ExoticComponent<P>) => child is React.ReactElement<P, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>;
export default isChildType;
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