react-children-utilities
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "react-children-utilities", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Extended utils for React.Children opaque data structure", | ||
@@ -16,3 +16,5 @@ "keywords": [ | ||
"author": "Fernando Pasik <fernando@pasik.com.ar> (https://fernandopasik.com)", | ||
"contributors": [], | ||
"contributors": [ | ||
"mrm007 (https://github.com/mrm007)" | ||
], | ||
"typings": "./src/index.d.ts", | ||
@@ -66,3 +68,3 @@ "repository": { | ||
"flow-bin": "^0.68.0", | ||
"husky": "^0.15.0-rc.9", | ||
"husky": "^0.15.0-rc.12", | ||
"jest": "^22.4.2", | ||
@@ -69,0 +71,0 @@ "jest-enzyme": "^6.0.0", |
@@ -12,3 +12,3 @@ # React Children Utilities | ||
[img-2]: https://img.shields.io/npm/dm/react-children-utilities.svg | ||
[img-3]: https://travis-ci.org/fernandopasik/react-children-utilities.svg?branch=master | ||
[img-3]: https://circleci.com/gh/fernandopasik/react-children-utilities.svg?style=svg | ||
[img-4]: https://david-dm.org/fernandopasik/react-children-utilities/peer-status.svg | ||
@@ -20,3 +20,3 @@ [img-5]: https://david-dm.org/fernandopasik/react-children-utilities/dev-status.svg | ||
[url-2]: https://www.npmjs.com/package/react-children-utilities "npm downloads" | ||
[url-3]: https://travis-ci.org/fernandopasik/react-children-utilities "Build Status" | ||
[url-3]: https://circleci.com/gh/fernandopasik/react-children-utilities "Build Status" | ||
[url-4]: https://david-dm.org/fernandopasik/react-children-utilities?type=peer "Peer Dependency Status" | ||
@@ -23,0 +23,0 @@ [url-5]: https://david-dm.org/fernandopasik/react-children-utilities?type=dev "Dev Dependency Status" |
@@ -57,3 +57,3 @@ // @flow | ||
*/ | ||
groupByType(children: Node, types: [string], rest: string): Object { | ||
groupByType(children: Node, types: Array<string>, rest: string): Object { | ||
return Children | ||
@@ -60,0 +60,0 @@ .toArray(children) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28547