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.1.0 to 2.1.1-canary.2034b4a

dist/index.cjs

64

package.json
{
"name": "react-trello-ts",
"version": "2.1.0",
"version": "2.1.1-canary.2034b4a",
"description": "Pluggable typesafe components to add a trello like kanban board to your application",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"files": [

@@ -34,36 +34,38 @@ "dist",

"dependencies": {
"autosize": "^4.0.2",
"classnames": "^2.3.2",
"immer": "^9.0.15",
"@arethetypeswrong/cli": "^0.15.3",
"autosize": "^4.0.4",
"classnames": "^2.5.1",
"immer": "^9.0.21",
"react-popopo": "^2.1.9",
"trello-smooth-dnd": "1.0.0",
"uuid": "^9",
"zustand": "^4.1.1"
"uuid": "^9.0.1",
"zustand": "^4.4.7"
},
"devDependencies": {
"@biomejs/biome": "1.4.1",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/builder-vite": "^7.6.7",
"@storybook/cli": "7.6.7",
"@storybook/core-events": "^7.6.7",
"@storybook/react": "7.6.7",
"@storybook/react-vite": "^7.6.7",
"@storybook/test-runner": "^0.16.0",
"@types/node": "^18.7.14",
"@types/react": "^16",
"@types/react-dom": "^16",
"@types/styled-components": "^5.1.26",
"@changesets/cli": "^2.27.1",
"@chromatic-com/storybook": "^1",
"@microsoft/api-extractor": "^7.43.7",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/cli": "^8.1.1",
"@storybook/core-events": "^8.1.1",
"@storybook/react": "^8.1.1",
"@storybook/react-vite": "^8.1.1",
"@storybook/test-runner": "^0.18.1",
"@types/node": "^18.19.4",
"@types/react": "^16.14.55",
"@types/react-dom": "^16.9.24",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^8.3.4",
"gh-pages": "^4.0.0",
"i18next": "^17.0.3",
"i18next": "^17.3.1",
"playwright": "^1.40.1",
"react": "^18",
"react-dom": "^18",
"react-i18next": "^10.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^10.13.2",
"start-server-and-test": "^2.0.3",
"storybook": "7.6.7",
"styled-components": "^5.3.9",
"storybook": "^8.1.1",
"styled-components": "^5.3.11",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"@changesets/cli": "^2.27.1"
"unbuild": "^2.0.0"
},

@@ -81,6 +83,4 @@ "peerDependencies": {

"test-storybook": "test-storybook",
"dev": "tsup --watch",
"build": "tsup",
"build": "unbuild",
"docs": "storybook build -o docs",
"deploy-storybook": "pnpm storybook build && gh-pages -d storybook-build",
"build-storybook": "storybook build -o storybook-build",

@@ -87,0 +87,0 @@ "lint": "pnpm biome check .",

Sorry, the diff of this file is not supported yet

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