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

react-keyed-flatten-children

Package Overview
Dependencies
Maintainers
1
Versions
12
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

3.0.2

Diff

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

grrowl
published 2.0.0 •

Changelog

Source

2.0.0

BREAKING: Package is now ESM-compatible (thanks @imjordanxd!)

Bumps a number of deep dependencies with security issues

grrowl
published 1.3.0 •

grrowl
published 1.2.0 •

Changelog

Source

1.2.0

Removes index.ts from the distributed package

grrowl
published 1.1.0 •

Changelog

Source

1.1.0

Avoid adding an extra first period to the keys at the zero depth (what was ..$apple is now .$apple)

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