create-vike
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "create-vike", | ||
"version": "0.0.4", | ||
"description": "Generates Vike application boilerplate", | ||
"main": "dist/index.js", | ||
"bin": "create-vike.js", | ||
"files": [ | ||
"dist/**/*", | ||
"files/**/*" | ||
], | ||
"dependencies": { | ||
"commander": "^9.3.0", | ||
"prettier": "^2.6.2", | ||
"walk": "^2.3.15" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^27.5.1", | ||
"@types/node": "^17.0.36", | ||
"@types/rimraf": "^3.0.2", | ||
"@types/walk": "^2.3.1", | ||
"@typescript-eslint/eslint-plugin": "^5.27.0", | ||
"@typescript-eslint/parser": "^5.27.0", | ||
"chalk": "^5.0.1", | ||
"detype": "^0.5.0", | ||
"esbuild": "^0.14.42", | ||
"esbuild-jest": "^0.5.0", | ||
"esbuild-node-externals": "^1.4.1", | ||
"eslint": "^8.16.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-import-resolver-typescript": "^2.7.1", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-no-only-tests": "^2.6.0", | ||
"eslint-plugin-only-warn": "^1.0.3", | ||
"eslint-plugin-ssr-friendly": "^1.0.6", | ||
"fast-glob": "^3.2.11", | ||
"jest": "^28.1.0", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^3.0.2", | ||
"semver": "^7.3.7", | ||
"typescript": "^4.7.2" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/cyco130/create-.git" | ||
}, | ||
"author": "Fatih Aygün <cyco130@gmail.com>", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "node build.mjs", | ||
"generate-files": "./generate-files", | ||
"test": "run-p 'test:*'", | ||
"test:unit": "jest --passWithNoTests", | ||
"test:typecheck": "tsc -p tsconfig.json --noEmit", | ||
"test:lint": "eslint src --max-warnings 0", | ||
"format": "prettier . --write" | ||
} | ||
} | ||
"version": "0.0.5" | ||
} |
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
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 License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the 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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
0
1
196
2
1
0
2
4
2
- Removedcommander@^9.3.0
- Removedprettier@^2.6.2
- Removedwalk@^2.3.15
- Removedcommander@9.5.0(transitive)
- Removedforeachasync@3.0.0(transitive)
- Removedprettier@2.8.8(transitive)
- Removedwalk@2.3.15(transitive)