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

koota

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koota - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

22

package.json
{
"name": "koota",
"version": "0.2.1",
"version": "0.2.2",
"description": "🌎 Performant real-time state management for React and TypeScript",

@@ -35,14 +35,12 @@ "license": "ISC",

"devDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"tsup": "^8.3.0",
"@koota/core": "0.0.1",
"tsconfig": "0.1.0",
"@koota/react": "0.0.1"
"@koota/react": "0.0.1",
"tsconfig": "0.1.0"
},
"peerDependencies": {
"@types/react": "^18.0.0 || ^19.0.0",
"@types/react-dom": "^18.0.0 || ^19.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
"@types/react": ">=18.0.0",
"react": ">=18.0.0"
},

@@ -53,8 +51,2 @@ "peerDependenciesMeta": {

},
"@types/react-dom": {
"optional": true
},
"react-dom": {
"optional": true
},
"react": {

@@ -61,0 +53,0 @@ "optional": true

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