create-proofkit
Advanced tools
+21
| MIT License | ||
| Copyright (c) 2025 Proof+Geist | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
+8
-8
| { | ||
| "name": "create-proofkit", | ||
| "version": "0.0.6", | ||
| "version": "0.1.0-beta.0", | ||
| "description": "Create a new ProofKit project", | ||
@@ -10,3 +10,3 @@ "type": "module", | ||
| "url": "https://github.com/proofgeist/proofkit.git", | ||
| "directory": "create-proofkit" | ||
| "directory": "packages/create-proofkit" | ||
| }, | ||
@@ -16,7 +16,2 @@ "files": [ | ||
| ], | ||
| "scripts": { | ||
| "dev": "node src/index.js", | ||
| "pub:release": "npm publish --access public", | ||
| "pub:beta": "npm publish --tag beta --access public" | ||
| }, | ||
| "dependencies": { | ||
@@ -30,3 +25,8 @@ "execa": "^9.5.1" | ||
| "access": "public" | ||
| }, | ||
| "scripts": { | ||
| "dev:watch": "node src/index.js", | ||
| "pub:release": "npm publish --access public", | ||
| "pub:beta": "npm publish --tag beta --access public" | ||
| } | ||
| } | ||
| } |
+1
-1
@@ -7,2 +7,2 @@ # Create ProofKit | ||
| This is a simple alias package for the ProofKit CLI. For full documentation, see the [ProofKit Docs](https://proofkit.proofgeist.com). | ||
| This is a simple alias package for the ProofKit CLI. For full documentation, see the [ProofKit Docs](https://proofkit.dev). |
+1
-1
@@ -20,3 +20,3 @@ #!/usr/bin/env node | ||
| try { | ||
| await execa(pkgManagerCmd, ["@proofgeist/kit@latest", "init", ...args], { | ||
| await execa(pkgManagerCmd, ["@proofkit/cli@latest", "init", ...args], { | ||
| stdio: "inherit", | ||
@@ -23,0 +23,0 @@ env: { |
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
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
No License Found
LicenseLicense information could not be found.
Found 1 instance in 1 package
3301
48.36%5
25%0
-100%