New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

storyblok-js-client

Package Overview
Dependencies
Maintainers
0
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

storyblok-js-client - npm Package Compare versions

Comparing version

to
6.10.10

1

dist/types/interfaces.d.ts

@@ -284,2 +284,3 @@ import { ResponseFn } from './sbFetch';

first_published_at?: string;
sort_by_date?: string;
translated_slugs_attributes?: {

@@ -286,0 +287,0 @@ path: string;

2

package.json
{
"name": "storyblok-js-client",
"version": "6.10.9",
"version": "6.10.10",
"packageManager": "pnpm@10.2.0",

@@ -5,0 +5,0 @@ "description": "Universal JavaScript SDK for Storyblok's API",

@@ -556,3 +556,3 @@ <div align="center">

Sometimes you want a custom cache implemention, for instance, when you want to host it on Redit for a distributed cache.
Sometimes you want a custom cache implemention, for instance, when you want to host it on Redis for a distributed cache.

@@ -559,0 +559,0 @@ In such cases, you can use the `custom` cache and redefine the methods:

@@ -312,2 +312,3 @@ import type { ResponseFn } from './sbFetch';

first_published_at?: string;
sort_by_date?: string;
translated_slugs_attributes?: {

@@ -314,0 +315,0 @@ path: string;