Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@tailor-cms/cek-common

Package Overview
Dependencies
Maintainers
5
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tailor-cms/cek-common - npm Package Compare versions

Comparing version
1.2.3
to
1.2.4
+1
-1
dist/index.cjs

@@ -53,3 +53,3 @@ var __create = Object.create;

var getApiClient = (url, runtime = "authoring") => {
const api = import_ky.default.create({ prefixUrl: url });
const api = import_ky.default.create({ prefixUrl: url, timeout: false });
const opts = { searchParams: { runtime } };

@@ -56,0 +56,0 @@ const getElement = (id) => api(endpoint.element(id), opts).json();

@@ -15,3 +15,3 @@ // src/api.ts

var getApiClient = (url, runtime = "authoring") => {
const api = ky.create({ prefixUrl: url });
const api = ky.create({ prefixUrl: url, timeout: false });
const opts = { searchParams: { runtime } };

@@ -18,0 +18,0 @@ const getElement = (id) => api(endpoint.element(id), opts).json();

@@ -6,3 +6,3 @@ {

"type": "module",
"version": "1.2.3",
"version": "1.2.4",
"exports": {

@@ -9,0 +9,0 @@ ".": {