New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1-canary.e5207df to 2.1.1

30

dist/index.d.ts

@@ -13,3 +13,3 @@ import React, { FC, PropsWithChildren, HTMLAttributes, CSSProperties, Component, ReactElement } from 'react';

interface AddCardLinkProps extends HTMLAttributes<HTMLAnchorElement | HTMLButtonElement> {
t: typeof _default$2;
t: typeof _default$1;
}

@@ -89,3 +89,3 @@ declare const AddCardLink: FC<PropsWithChildren<AddCardLinkProps>>;

metadata?: Record<string, any>;
t: typeof _default$2;
t: typeof _default$1;
};

@@ -100,3 +100,3 @@ declare const Card: CardComponent;

declare const _default$2: (table: any) => (key: any) => any;
declare const _default$1: (table: any) => (key: any) => any;

@@ -115,3 +115,3 @@ type LaneHeaderProps = _LaneHeaderProps & {

laneDraggable?: boolean;
t: typeof _default$2;
t: typeof _default$1;
}

@@ -132,3 +132,3 @@ declare const LaneHeader: FC<PropsWithChildren<LaneHeaderProps>>;

onAdd: (formState: FormState) => void;
t: typeof _default$2;
t: typeof _default$1;
}

@@ -143,3 +143,3 @@ declare const NewCardForm: FC<NewCardFormProps>;

}) => void;
t: typeof _default$2;
t: typeof _default$1;
}

@@ -149,3 +149,3 @@ declare const NewLaneForm: FC<PropsWithChildren<NewLaneFormProps>>;

declare const NewLaneSection: FC<PropsWithChildren<{
t: typeof _default$2;
t: typeof _default$1;
onClick: () => void;

@@ -250,3 +250,3 @@ }>>;

onCardMoveAcrossLanes?: (fromLaneId: string, toLaneId: string, cardId: string, addedIndex: string) => void;
t?: typeof _default$2;
t?: typeof _default$1;
}

@@ -299,3 +299,3 @@ declare const BoardContainer: FC<PropsWithChildren<BoardContainerProps>>;

getCardDetails?: (laneId: string, cardIndex: number) => any;
t?: typeof _default$2;
t?: typeof _default$1;
}

@@ -346,3 +346,3 @@ declare const Lane: FC<PropsWithChildren<LaneProps>>;

children?: React.ReactNode;
}> & Pick<ContainerProps, "render" | "onDragEnd" | "onDragEnter" | "onDragLeave" | "onDragStart" | "onDrop" | "onDropReady" | "getChildPayload" | "shouldAnimateDrop" | "shouldAcceptDrop" | "getGhostParent">;
}> & Pick<ContainerProps, "onDragEnd" | "onDragEnter" | "onDragLeave" | "onDragStart" | "onDrop" | "render" | "onDropReady" | "getChildPayload" | "shouldAnimateDrop" | "shouldAcceptDrop" | "getGhostParent">;
}

@@ -357,3 +357,3 @@

declare const _default$1: {
declare const _default: {
en: {

@@ -420,6 +420,6 @@ translation: {

declare const _default: ({ components, lang, ...otherProps }: BoardContainerProps & {
lang?: keyof typeof _default$1;
}) => React.JSX.Element;
declare function DefaultBoard({ components, lang, ...otherProps }: BoardContainerProps & {
lang?: keyof typeof _default;
}): React.JSX.Element;
export { BoardContainer, Container, DeleteButton, Draggable, EditableLabel, InlineInput, Lane, components, _default$2 as createTranslate, _default as default, _default$1 as locales };
export { BoardContainer, Container, DeleteButton, Draggable, EditableLabel, InlineInput, Lane, components, _default$1 as createTranslate, DefaultBoard as default, _default as locales };
{
"name": "react-trello-ts",
"version": "2.1.1-canary.e5207df",
"version": "2.1.1",
"description": "Pluggable typesafe components to add a trello like kanban board to your application",
"main": "./dist/index.cjs",
"main": "./dist/index.mjs",
"type": "module",
"exports": {

@@ -34,3 +35,2 @@ ".": {

"dependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"autosize": "^4.0.4",

@@ -42,17 +42,18 @@ "classnames": "^2.5.1",

"uuid": "^9.0.1",
"zustand": "^4.4.7"
"zustand": "^4.5.2"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@biomejs/biome": "1.4.1",
"@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",
"@changesets/cli": "^2.27.5",
"@chromatic-com/storybook": "^1.5.0",
"@microsoft/api-extractor": "^7.47.0",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/cli": "^8.1.10",
"@storybook/core-events": "^8.1.10",
"@storybook/react": "^8.1.10",
"@storybook/react-vite": "^8.1.10",
"@storybook/test-runner": "^0.18.2",
"@types/node": "^18.19.36",
"@types/react": "^16.14.60",
"@types/react-dom": "^16.9.24",

@@ -62,12 +63,12 @@ "@types/styled-components": "^5.1.34",

"i18next": "^17.3.1",
"playwright": "^1.40.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"playwright": "^1.44.1",
"publint": "^0.2.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^10.13.2",
"start-server-and-test": "^2.0.3",
"storybook": "^8.1.1",
"start-server-and-test": "^2.0.4",
"storybook": "^8.1.10",
"styled-components": "^5.3.11",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"unbuild": "^3.0.0-rc.2"
"typescript": "^5.4.5",
"unbuild": "3.0.0-rc.2"
},

@@ -79,2 +80,3 @@ "peerDependencies": {

},
"packageManager": "pnpm@9.4.0",
"scripts": {

@@ -81,0 +83,0 @@ "prepublish": "pnpm build",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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