create-payload-app
Advanced tools
Comparing version 0.3.23 to 0.3.24
@@ -10,2 +10,3 @@ { | ||
"copyfiles": "copyfiles -u 1 \"src/templates/**\" \"src/lib/common-files/**\" dist", | ||
"clean": "rimraf dist", | ||
"typecheck": "tsc --noEmit", | ||
@@ -16,3 +17,3 @@ "lint": "eslint \"src/**/*.ts\"", | ||
"test": "jest", | ||
"prepublishOnly": "yarn test && yarn build", | ||
"prepublishOnly": "yarn test && yarn clean && yarn build", | ||
"prepare": "husky install", | ||
@@ -41,3 +42,3 @@ "release:beta": "yarn publish --tag beta", | ||
}, | ||
"version": "0.3.23", | ||
"version": "0.3.24", | ||
"devDependencies": { | ||
@@ -61,2 +62,3 @@ "@types/command-exists": "^1.2.0", | ||
"prettier": "^2.3.2", | ||
"rimraf": "^4.1.2", | ||
"ts-jest": "^27.1.1", | ||
@@ -63,0 +65,0 @@ "typescript": "^4.8.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
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 2 instances in 1 package
6
85009
20
39
1648