create-proofkit
Advanced tools
+7
-7
| { | ||
| "name": "create-proofkit", | ||
| "version": "0.1.0-beta.0", | ||
| "version": "0.1.0-beta.1", | ||
| "description": "Create a new ProofKit project", | ||
@@ -15,2 +15,7 @@ "type": "module", | ||
| ], | ||
| "scripts": { | ||
| "dev:watch": "node src/index.js", | ||
| "pub:release": "npm publish --access public", | ||
| "pub:beta": "npm publish --tag beta --access public" | ||
| }, | ||
| "dependencies": { | ||
@@ -24,8 +29,3 @@ "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
@@ -20,3 +20,3 @@ #!/usr/bin/env node | ||
| try { | ||
| await execa(pkgManagerCmd, ["@proofkit/cli@latest", "init", ...args], { | ||
| await execa(pkgManagerCmd, ["@proofkit/cli@beta", "init", ...args], { | ||
| stdio: "inherit", | ||
@@ -23,0 +23,0 @@ env: { |
-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. |
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
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
2232
-32.38%4
-20%1
Infinity%