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
7
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 5.12.0 to 5.12.1

2

dist/types/interfaces.d.ts

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

with_tag?: string;
is_startpage?: 0 | 1;
is_startpage?: boolean;
starts_with?: string;

@@ -8,0 +8,0 @@ by_uuids?: string;

@@ -15,3 +15,3 @@ import { ISbStoriesParams, ISbResult, AsyncFn } from './interfaces';

with_tag?: string | undefined;
is_startpage?: 0 | 1 | undefined;
is_startpage?: boolean | undefined;
starts_with?: string | undefined;

@@ -18,0 +18,0 @@ by_uuids?: string | undefined;

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

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

@@ -6,3 +6,3 @@ import { ResponseFn } from './sbFetch'

with_tag?: string
is_startpage?: 0 | 1
is_startpage?: boolean
starts_with?: string

@@ -9,0 +9,0 @@ by_uuids?: string

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