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 Compare versions

Comparing version 2.2.1 to 3.0.0

CHANGELOG.md

21

package.json
{
"name": "react-keyed-flatten-children",
"version": "2.2.1",
"version": "3.0.0",
"description": "Flattens React children and fragments to an array with predictable and stable keys",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"type": "module",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/grrowl/react-keyed-flatten-children",

@@ -19,5 +20,4 @@ "repository": {

"scripts": {
"prebuild": "rm -rf ./dist",
"build": "tsc -b tsconfig.cjs.json tsconfig.esm.json",
"test": "ts-node node_modules/tape/bin/tape *.spec.tsx",
"build": "tsup index.ts --format esm,cjs --clean --dts --cjsInterop --splitting",
"test": "tsx index.spec.tsx",
"prepublishOnly": "npm run build"

@@ -46,4 +46,5 @@ },

"react-test-renderer": "^18.2.0",
"tape": "^5.6.3",
"ts-node": "^10.9.1",
"tape": "^5.7.0",
"tsup": "^7.2.0",
"tsx": "^3.13.0",
"typescript": "^5.0.4"

@@ -50,0 +51,0 @@ },

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