Comparing version 1.0.1 to 1.0.2-beta.0
{ | ||
"name": "create-ko", | ||
"version": "1.0.1", | ||
"version": "1.0.2-beta.0", | ||
"description": "create react project with ko", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -8,2 +8,5 @@ const path = require('path'); | ||
const WEB_PUBLIC = path.resolve(APP_PATH, 'public'); | ||
/** | ||
* @type {import("ko/lib/types").IOptions} | ||
*/ | ||
const baseKoConfig = { | ||
@@ -10,0 +13,0 @@ entry: path.join(APP_PATH, './main.tsx'), |
@@ -23,5 +23,5 @@ { | ||
"typescript": "^5.0.2", | ||
"ko": "^6.5.2", | ||
"ko": "6.6.0-beta.0", | ||
"ko-lint-config": "^2.2.19" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
29888
16
220
2