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
1
Versions
201
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 1.0.27 to 1.0.28

15

dist/index.d.ts

@@ -51,3 +51,3 @@ declare global {

export interface StoryblokCacheProvider {
get: (key: string) => Promise<StoryblokResult> | StoryblokResult
get: (key: string) => Promise<StoryblokResult | null> | (StoryblokResult | null)
set: (key: string, content: StoryblokResult) => Promise<void> | any

@@ -69,8 +69,11 @@ flush: () => Promise<void> | void

export interface StoryData<Content = { [index: string]: any }> {
export interface StoryblokComponent<TComp extends string> {
_uid: string
component: TComp
_editable?: string
}
export interface StoryData<Content = StoryblokComponent<string> & { [index: string]: any }> {
alternates: string[]
content: Content & {
component: string
_uid: string
}
content: Content
created_at: string

@@ -77,0 +80,0 @@ full_slug: string

2

package.json
{
"name": "storyblok-js-client",
"version": "1.0.27",
"version": "1.0.28",
"description": "Universal JavaScript SDK for Storyblok's API",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc