Sign In

@decodo/cli

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@decodo/cli - npm Package Compare versions

Comparing version
0.1.4
to
0.1.5
+0
-1
build/esm/scrape/constants.js

@@ -1,2 +0,1 @@

// TODO(SCR-3150): switch to cli when sdk task lands
export const INTEGRATION_HEADER = "cli";

@@ -3,0 +2,0 @@ export const SCHEMA_TTL_MS = 3_600_000;

+5
-1
import { DecodoClient } from "@decodo/sdk-ts";
import { INTEGRATION_HEADER } from "../constants.js";
export function createDecodoClient(token, schema) {
return new DecodoClient({
webScrapingApi: { token },
webScrapingApi: {
token,
integrationHeader: INTEGRATION_HEADER,
},
schema,
});
}
{
"name": "@decodo/cli",
"version": "0.1.4",
"version": "0.1.5",
"description": "Official CLI for the Decodo APIs",

@@ -28,3 +28,3 @@ "license": "MIT",

"dependencies": {
"@decodo/sdk-ts": "^2.1.1",
"@decodo/sdk-ts": "^2.1.2",
"commander": "^14.0.0",

@@ -31,0 +31,0 @@ "env-paths": "^3.0.0"