kanban-board-react
Advanced tools
Comparing version 1.0.16 to 1.0.20
{ | ||
"name": "kanban-board-react", | ||
"version": "1.0.16", | ||
"description": "A simple kanban board package for React with zero dependencies.", | ||
"main": "index.ts", | ||
"version": "1.0.20", | ||
"description": "A simple kanban board for React with zero dependencies", | ||
"license": "MIT", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "yarn build:esm && yarn build:cjs", | ||
"build:esm": "tsc", | ||
"build:cjs": "tsc --module commonjs --outDir lib/cjs" | ||
}, | ||
"main": "./lib/cjs/index.js", | ||
"module": "./lib/esm/index.js", | ||
"types": "./lib/esm/index.d.ts", | ||
"devDependencies": { | ||
"@types/react": "^18.0.21", | ||
"@types/react-dom": "^18.0.6", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"typescript": "^4.8.4" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16" | ||
}, | ||
"files": [ | ||
"dist", | ||
"LICENSE", | ||
"README.md" | ||
], | ||
"keywords": [ | ||
"kanban" | ||
], | ||
"author": "Thor Prestboen", | ||
"license": "ISC", | ||
"peerDependencies": { | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
} | ||
"kanban", | ||
"drag", | ||
"drop", | ||
"kanban board", | ||
"drag and drop" | ||
] | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
1
1
788
5
1
0
2
2