You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@webflow/data-types

Package Overview
Dependencies
Maintainers
6
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webflow/data-types - npm Package Compare versions

Comparing version
0.0.10
to
0.0.11
+6
-0
CHANGELOG.md
# @webflow/data-types
## 0.0.11
### Patch Changes
- Fix ssr bundle config and improve js docs
## 0.0.10

@@ -4,0 +10,0 @@

+3
-0

@@ -37,4 +37,7 @@ /**

type WebflowContext = {
/** The Webflow canvas mode currently being viewed, or "publish" for the published site */
mode: "design" | "build" | "edit" | "preview" | "component-preview" | "comment" | "analyze" | "publish";
/** Whether the current mode allows for component interaction — `true` for preview and publish modes, `false` otherwise */
interactive: boolean;
/** Current locale string the component is being rendered in */
locale: null | string;

@@ -41,0 +44,0 @@ };

+1
-1
{
"name": "@webflow/data-types",
"version": "0.0.10",
"version": "0.0.11",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "./dist/index.cjs",