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

@webflow/react

Package Overview
Dependencies
Maintainers
6
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webflow/react - npm Package Compare versions

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

@@ -4,0 +12,0 @@

+6
-1

@@ -8,4 +8,9 @@ import React from 'react';

* Hook to access the Webflow context data.
* Example context value: {
* mode: "design",
* interactive: true,
* locale: "en-US"
* }
*
* @returns An object with the Webflow context data.
* @returns WebflowContext
*/

@@ -12,0 +17,0 @@ declare function useWebflowContext(): WebflowContext;

+2
-2
{
"name": "@webflow/react",
"version": "0.0.10",
"version": "0.0.11",
"license": "MIT",

@@ -35,3 +35,3 @@ "main": "./dist/index.cjs",

"dependencies": {
"@webflow/data-types": "0.0.10"
"@webflow/data-types": "0.0.11"
},

@@ -38,0 +38,0 @@ "peerDependencies": {