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

react-trello-ts

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-trello-ts - npm Package Compare versions

Comparing version 2.0.17-canary.edbe154 to 2.1.0

14

package.json
{
"name": "react-trello-ts",
"version": "2.0.17-canary.edbe154",
"version": "2.1.0",
"description": "Pluggable typesafe components to add a trello like kanban board to your application",

@@ -58,2 +58,3 @@ "types": "./dist/index.d.ts",

"i18next": "^17.0.3",
"playwright": "^1.40.1",
"react": "^18",

@@ -66,8 +67,8 @@ "react-dom": "^18",

"tsup": "^8.0.1",
"playwright": "^1.40.1",
"typescript": "^5.3.3"
"typescript": "^5.3.3",
"@changesets/cli": "^2.27.1"
},
"peerDependencies": {
"react": "^16.8.0<=^18",
"react-dom": "^16.8.0<=^18",
"react": ">=16.8.0 <=18",
"react-dom": ">=16.8.0 <=18",
"styled-components": ">= 4.0.3"

@@ -87,4 +88,5 @@ },

"lint": "pnpm biome check .",
"release": "pnpm build && pnpm changeset publish"
"release": "pnpm build && pnpm changeset publish",
"changeset": "changeset"
}
}
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