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

storyblok-js-client

Package Overview
Dependencies
Maintainers
1
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 1.0.10 to 1.0.11

7

dist/index.d.ts

@@ -14,4 +14,7 @@ declare global {

interface StoryblokBridge {
init: (config: StoryblokBridgeConfig) => void
on: (event: 'customEvent' | 'published' | 'input' | 'change' | 'unpublished' | 'enterEditmode', callback: (payload: StoryblokEventPayload) => void) => void
init: (config?: StoryblokBridgeConfig) => void
pingEditor: () => void
isInEditor: () => void
enterEditmode: () => void
on: (event: 'customEvent' | 'published' | 'input' | 'change' | 'unpublished' | 'enterEditmode', callback: (payload?: StoryblokEventPayload) => void) => void
}

@@ -18,0 +21,0 @@ interface Window {

{
"name": "storyblok-js-client",
"version": "1.0.10",
"version": "1.0.11",
"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