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.7
to
0.0.8
+8
-0
CHANGELOG.md
# @webflow/react
## 0.0.8
### Patch Changes
- New declaration options
- Updated dependencies
- @webflow/data-types@0.0.8
## 0.0.7

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

+1
-0

@@ -52,2 +52,3 @@ import React from 'react';

* @param data.options.applyTagSelectors An optional flag to provide styles targeting tag selectors to the code component (default: false)
* @param data.options.ssr An optional flag to enable server-side rendering for the code component (default: true)
* @returns A Webflow code component definition

@@ -54,0 +55,0 @@ */

+2
-2
{
"name": "@webflow/react",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",

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

"dependencies": {
"@webflow/data-types": "0.0.7"
"@webflow/data-types": "0.0.8"
},

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