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.3 to 1.6.4

2

dist/types/index.d.ts
import { SbSDKOptions, StoryblokBridgeConfigV2, StoryData, SbInitResult } from "./types";
export declare const useStoryblokBridge: (id: Number, cb: (newStory: StoryData) => void, options?: StoryblokBridgeConfigV2) => void;
export declare const useStoryblokBridge: <T = void>(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";

@@ -20,7 +20,7 @@ import StoryblokJSClient, { StoryblokConfig, StoryblokComponent } from "storyblok-js-client";

accessToken?: string;
use?: [any];
use?: any[];
apiOptions?: StoryblokConfig;
}
export interface StoryblokBridgeConfigV2 {
resolveRelations?: [string];
resolveRelations?: string[];
customParent?: string;

@@ -27,0 +27,0 @@ preventClicks?: boolean;

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

@@ -34,3 +34,3 @@ "main": "./dist/storyblok-js.js",

"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-env": "^7.18.9",
"@tsconfig/recommended": "^1.0.1",

@@ -37,0 +37,0 @@ "babel-jest": "^28.1.0",

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