Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

storyblok-js-client

Package Overview
Dependencies
Maintainers
7
Versions
197
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 5.3.5 to 5.3.6

2

dist/types/index.d.ts

@@ -44,3 +44,3 @@ import { ISbStoriesParams, ISbConfig, ISbResult, ISbStories, ISbStory, ISbStoryData, ISbStoryParams, ISbContentMangmntAPI } from './interfaces';

get(slug: string, params?: ISbStoriesParams): Promise<ISbResult>;
getAll(slug: string, params: ISbStoriesParams, entity?: string): Promise<ISbResult>;
getAll(slug: string, params: ISbStoriesParams, entity?: string): Promise<any[]>;
post(slug: string, params: ISbStoriesParams | ISbContentMangmntAPI): Promise<ISbResponseData>;

@@ -47,0 +47,0 @@ put(slug: string, params: ISbStoriesParams | ISbContentMangmntAPI): Promise<ISbResponseData>;

{
"name": "storyblok-js-client",
"version": "5.3.5",
"version": "5.3.6",
"description": "Universal JavaScript SDK for Storyblok's API",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -225,3 +225,3 @@ import throttledQueue from './throttlePromise'

entity?: string
): Promise<ISbResult> {
): Promise<any[]> {
const perPage = params?.per_page || 25

@@ -228,0 +228,0 @@ const url = `/${slug}`

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