Socket
Book a DemoSign in
Socket

@webflow/data-types

Package Overview
Dependencies
Maintainers
14
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
1.1.0
to
1.2.0
+6
-0
CHANGELOG.md
# @webflow/data-types
## 1.2.0
### Minor Changes
- Add support for custom renderers in code component libraries
## 1.1.0

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

+5
-1

@@ -186,3 +186,7 @@ /**

renderToStream: (props?: ComponentRuntimeProps<NodeType>, options?: ComponentRuntimeOptions, streamOptions?: StreamOptionsType) => StreamType;
renderToString: (props?: ComponentRuntimeProps<NodeType>, options?: ComponentRuntimeOptions, stringOptions?: StringOptionsType) => string;
renderToString: (props?: ComponentRuntimeProps<NodeType>, options?: ComponentRuntimeOptions, stringOptions?: StringOptionsType) => string | {
html: string;
styles?: string;
};
createElement: (props?: ComponentRuntimeProps<NodeType>, options?: ComponentRuntimeOptions) => NodeType;
createSlot: (name: string) => NodeType;

@@ -189,0 +193,0 @@ };

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

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

Sorry, the diff of this file is not supported yet