ialdama-components
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "ialdama-components", | ||
"displayName": "IALDAMA Tailwind Components", | ||
"description": "Componentes simples de tailwind", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Simple tailwind components library", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"scripts": { | ||
"postinstall": "node postinstall.js" | ||
"build": "rollup -c", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"dependencies": { | ||
"react": "18.1.0", | ||
"react-dom": "18.1.0" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@types/node": "17.0.35", | ||
"@types/react": "18.0.9", | ||
"@types/react-dom": "18.0.5", | ||
"autoprefixer": "10.4.7", | ||
"postcss": "8.4.14", | ||
"tailwindcss": "^3.1.2", | ||
"typescript": "4.7.2" | ||
}, | ||
"main": "index.js", | ||
"author": "", | ||
"license": "ISC" | ||
"@rollup/plugin-commonjs": "^22.0.1", | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
"@rollup/plugin-typescript": "^8.3.3", | ||
"@types/react": "^18.0.15", | ||
"autoprefixer": "^10.4.7", | ||
"postcss": "^8.4.14", | ||
"react": "^18.2.0", | ||
"rollup": "^2.77.2", | ||
"rollup-plugin-dts": "^4.2.2", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"tailwindcss": "^3.1.6", | ||
"typescript": "^4.7.4" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
34769
0
22
199
0
1
13
4
1
- Removedreact@18.1.0
- Removedreact-dom@18.1.0
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedreact@18.1.0(transitive)
- Removedreact-dom@18.1.0(transitive)
- Removedscheduler@0.22.0(transitive)