New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@orizm/cli

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orizm/cli - npm Package Compare versions

Comparing version
2.1.1
to
2.1.2
+9
-9
dist/cli.js

@@ -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 = "",

{
"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