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

react-children-utilities

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-children-utilities - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

.circleci/config.yml

8

package.json
{
"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

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