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 1.3.2 to 1.3.3

9

package.json
{
"name": "react-children-utilities",
"version": "1.3.2",
"version": "1.3.3",
"description": "Extended utils for React.Children opaque data structure",

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

"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^6.5.0",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",

@@ -68,3 +68,4 @@ "eslint-config-prettier": "^6.3.0",

"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react": "^7.15.0",
"eslint-plugin-react-hooks": "^2.1.1",
"flow-bin": "^0.108.0",

@@ -76,3 +77,3 @@ "husky": "^3.0.7",

"jest-junit": "^8.0.0",
"lint-staged": "^9.4.0",
"lint-staged": "^9.4.1",
"make-dir-cli": "^2.0.0",

@@ -79,0 +80,0 @@ "prop-types": "^15.7.2",

@@ -5,8 +5,6 @@ // @flow

import PropTypes from 'prop-types';
import Enzyme, { shallow } from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
import { shallow } from 'enzyme';
import { deepFilter, deepFind, deepForEach, deepMap, filter, groupByType, onlyText } from '..';
Enzyme.configure({ adapter: new Adapter() });
describe('children', () => {

@@ -13,0 +11,0 @@ it('filter', () => {

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