kanbancast-components
Advanced tools
Comparing version
{ | ||
"name": "kanbancast-components", | ||
"version": "1.0.12", | ||
"description": "", | ||
"main": "dist/BoardView.js", | ||
"private": false, | ||
"version": "1.0.13", | ||
"type": "module", | ||
"scripts": { | ||
"build": "babel BoardView.ts --out-dir dist --extensions \".ts\"", | ||
"prepare": "npm run build" | ||
"dev": "vite", | ||
"build": "tsc && vite build", | ||
"preview": "vite preview" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"lit": "^3.1.3" | ||
"@types/node": "^20.12.11", | ||
"lit": "^3.1.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.24.5", | ||
"@babel/core": "^7.24.5", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-proposal-decorators": "^7.24.1", | ||
"@babel/preset-env": "^7.24.5", | ||
"@babel/preset-typescript": "^7.24.1", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@types/node": "^20.12.11", | ||
"babel-plugin-transform-typescript-metadata": "^0.3.2", | ||
"typescript": "^5.4.5" | ||
"typescript": "^5.2.2", | ||
"vite": "^5.2.0" | ||
} | ||
} |
{ | ||
"compilerOptions": { | ||
"target": "ES6", | ||
"target": "ES2020", | ||
"experimentalDecorators": true, | ||
"useDefineForClassFields": false, | ||
"module": "ESNext", | ||
"moduleResolution": "node", | ||
"lib": ["ESNext", "DOM"], | ||
"declaration": true, | ||
"outDir": "dist", | ||
"rootDir": "src", | ||
"lib": ["ES2020", "DOM", "DOM.Iterable"], | ||
"skipLibCheck": true, | ||
/* Bundler mode */ | ||
"moduleResolution": "bundler", | ||
"allowImportingTsExtensions": true, | ||
"resolveJsonModule": true, | ||
"isolatedModules": true, | ||
"noEmit": true, | ||
/* Linting */ | ||
"strict": true, | ||
"esModuleInterop": true, | ||
"skipLibCheck": true, | ||
"experimentalDecorators": true, | ||
"emitDecoratorMetadata": true | ||
"noUnusedLocals": true, | ||
"noUnusedParameters": true, | ||
"noFallthroughCasesInSwitch": true | ||
}, | ||
"include": ["**/*.ts"], | ||
} | ||
"include": ["src"] | ||
} |
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 License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
2
-80%1
-50%Yes
NaN7148
-83.16%2
100%7
-46.15%1
Infinity%240
-70.48%1
Infinity%+ Added
+ Added
+ Added
Updated