New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-keyed-flatten-children

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-keyed-flatten-children - npm Package Versions

2

5.0.0

Diff

grrowl
published 4.0.0 •

Changelog

Source

4.0.0

React 19 support! (thanks for the help @bmv437, @benface)

grrowl
published 3.2.0 •

Changelog

Source

3.2.0

Revert react-is bump, since it breaks React 18! Sorry!

Fix to README.md example (thanks @nilportugues)

grrowl
published 3.1.0 •

Changelog

Source

3.1.0

Bump react-is to fix React 19 compatability

grrowl
published 3.0.2 •

Changelog

Source

3.0.2

Bump braces from 3.0.2 to 3.0.3

Migrate yarn.lock to package-lock.json

grrowl
published 3.0.1 •

Changelog

Source

3.0.1

Bump micromatch from 4.0.5 to 4.0.8

grrowl
published 3.0.0 •

Changelog

Source

3.0.0

Convert to ESM by default.

Transpile to ES2015.

CommonJS now uses module.exports rather than exports.default. This allows for importing in CommonJS without requiring explicit default. e.g.

// Previous:
const flattenChildren = require("react-keyed-flatten-children");
flattenChildren.default(children);
// Now:
const flattenChildren = require("react-keyed-flatten-children");
flattenChildren(children);

(thanks @will-stone)

grrowl
published 2.2.1 •

Changelog

Source

2.2.1

Removed invalid key types from package.json (thanks @imjordanxd)

grrowl
published 2.2.0 •

Changelog

Source

2.2.0

Fix issue with build, dist/ wasn't included with the ESM change (thanks @imjordanxd)

Fix Typescript version in CHANGELOG (thanks @rnestler)

Adds Node v20 support (CI coverage)

grrowl
published 2.1.0 •

Changelog

Source

2.1.0

Now using React 18.2.0 and Typescript 5.0.4. If this change effects your application, depend directly on 2.0.0

2
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