@orizm/cli
Advanced tools
+9
-9
@@ -331,2 +331,10 @@ // src/cli.ts | ||
| // ../internal-shared/dist/chunk-7BJEISQZ.js | ||
| function assertValidUrlOrigin(origin) { | ||
| const url = new URL(origin); | ||
| if (url.origin !== origin) { | ||
| throw new Error(`${origin} is not a valid URL origin`); | ||
| } | ||
| } | ||
| // ../../node_modules/.pnpm/openapi-fetch@0.13.5/node_modules/openapi-fetch/dist/index.js | ||
@@ -773,11 +781,3 @@ var PATH_PARAM_RE = /\{[^{}]+\}/g; | ||
| // ../private-api-clients/src/assert-valid-url-origin.ts | ||
| function assertValidUrlOrigin(origin) { | ||
| const url = new URL(origin); | ||
| if (url.origin !== origin) { | ||
| throw new Error(`${origin} is not a valid URL origin`); | ||
| } | ||
| } | ||
| // ../private-api-clients/src/dev-v2-api-client.ts | ||
| // ../internal-shared/dist/api-clients/dev-v2-api-client.js | ||
| function createDeveloperAPIv2Client({ | ||
@@ -784,0 +784,0 @@ serverOrigin = "", |
+5
-4
| { | ||
| "name": "@orizm/cli", | ||
| "version": "2.1.1", | ||
| "version": "2.1.2", | ||
| "description": "Orizm CLI", | ||
@@ -31,3 +31,3 @@ "type": "module", | ||
| "valibot": "1.1.0", | ||
| "@orizm/common": "2.1.1" | ||
| "@orizm/common": "2.1.2" | ||
| }, | ||
@@ -39,4 +39,4 @@ "bin": { | ||
| "@types/cli-color": "2.0.2", | ||
| "@orizm/package-configs": "0.0.0", | ||
| "@orizm/private-api-clients": "0.0.0" | ||
| "@orizm/internal-shared": "0.0.1", | ||
| "@orizm/package-configs": "0.0.0" | ||
| }, | ||
@@ -48,2 +48,3 @@ "license": "Apache-2.0", | ||
| "typecheck": "tsc --noEmit", | ||
| "typecheck:watch": "tsc --noEmit --watch", | ||
| "test": "vitest run", | ||
@@ -50,0 +51,0 @@ "test:watch": "vitest" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
392853
0.01%+ Added
- Removed
Updated