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

@storyblok/js

Package Overview
Dependencies
Maintainers
7
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storyblok/js - npm Package Compare versions

Comparing version 1.6.5 to 1.6.6

4

dist/types/index.d.ts

@@ -1,3 +0,3 @@

import { SbSDKOptions, StoryblokBridgeConfigV2, StoryData, SbInitResult } from "./types";
export declare const useStoryblokBridge: <T = void>(id: Number, cb: (newStory: StoryData<T>) => void, options?: StoryblokBridgeConfigV2) => void;
import { SbSDKOptions, StoryblokBridgeConfigV2, StoryData, SbInitResult, StoryblokComponentType } from "./types";
export declare const useStoryblokBridge: <T extends StoryblokComponentType<string> = any>(id: Number, cb: (newStory: StoryData<T>) => void, options?: StoryblokBridgeConfigV2) => void;
export { default as apiPlugin } from "./modules/api";

@@ -4,0 +4,0 @@ export { default as storyblokEditable } from "./modules/editable";

{
"name": "@storyblok/js",
"version": "1.6.5",
"version": "1.6.6",
"description": "SDK to integrate Storyblok into your project using JavaScript.",

@@ -5,0 +5,0 @@ "main": "./dist/storyblok-js.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