New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@teleporthq/teleport-uidl-builders

Package Overview
Dependencies
Maintainers
5
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teleporthq/teleport-uidl-builders - npm Package Compare versions

Comparing version 0.12.4 to 0.13.0

8

dist/cjs/component-builders.d.ts

@@ -1,2 +0,2 @@

import { ComponentUIDL, ReferenceType, UIDLDependency, UIDLNode, UIDLSlotNode, UIDLRepeatNode, UIDLElementNode, UIDLStaticValue, UIDLAttributeValue, UIDLPropDefinition, UIDLStateDefinition, UIDLConditionalNode, UIDLDynamicReference, UIDLRawValue, UIDLElement } from '@teleporthq/teleport-types';
import { ComponentUIDL, ReferenceType, UIDLDependency, UIDLNode, UIDLSlotNode, UIDLStyleValue, UIDLRepeatNode, UIDLElementNode, UIDLStaticValue, UIDLAttributeValue, UIDLPropDefinition, UIDLStateDefinition, UIDLConditionalNode, UIDLDynamicReference, UIDLRawValue, UIDLElement } from '@teleporthq/teleport-types';
export declare const component: (name: string, node: UIDLElementNode, propDefinitions?: Record<string, UIDLPropDefinition>, stateDefinitions?: Record<string, UIDLStateDefinition>) => ComponentUIDL;

@@ -7,5 +7,5 @@ export declare const definition: (type: string, defaultValue: string | number | boolean | object | unknown[]) => {

};
export declare const elementNode: (elementType: string, attrs?: Record<string, UIDLAttributeValue>, children?: UIDLNode[], dependency?: UIDLDependency, style?: Record<string, UIDLAttributeValue>, events?: Record<string, import("@teleporthq/teleport-types").UIDLEventHandlerStatement[]>, referencedStyles?: Record<string, import("@teleporthq/teleport-types").UIDLElementNodeReferenceStyles>) => UIDLElementNode;
export declare const element: (elementType: string, attrs?: Record<string, UIDLAttributeValue>, children?: UIDLNode[], dependency?: UIDLDependency, events?: Record<string, import("@teleporthq/teleport-types").UIDLEventHandlerStatement[]>, style?: Record<string, UIDLAttributeValue>, referencedStyles?: Record<string, import("@teleporthq/teleport-types").UIDLElementNodeReferenceStyles>) => UIDLElement;
export declare const componentDependency: (type: "local" | "library" | "package", path?: string, version?: string, meta?: Record<string, string | boolean>) => UIDLDependency;
export declare const elementNode: (elementType: string, attrs?: Record<string, UIDLAttributeValue>, children?: UIDLNode[], dependency?: UIDLDependency, style?: Record<string, UIDLStyleValue>, events?: Record<string, import("@teleporthq/teleport-types").UIDLEventHandlerStatement[]>, referencedStyles?: Record<string, import("@teleporthq/teleport-types").UIDLElementNodeReferenceStyles>) => UIDLElementNode;
export declare const element: (elementType: string, attrs?: Record<string, UIDLAttributeValue>, children?: UIDLNode[], dependency?: UIDLDependency, events?: Record<string, import("@teleporthq/teleport-types").UIDLEventHandlerStatement[]>, style?: Record<string, UIDLStyleValue>, referencedStyles?: Record<string, import("@teleporthq/teleport-types").UIDLElementNodeReferenceStyles>) => UIDLElement;
export declare const componentDependency: (type: "local" | "package" | "library", path?: string, version?: string, meta?: Record<string, string | boolean>) => UIDLDependency;
export declare const staticNode: (content: string) => UIDLStaticValue;

@@ -12,0 +12,0 @@ export declare const dynamicNode: (referenceType: ReferenceType, id: string) => UIDLDynamicReference;

@@ -1,2 +0,2 @@

import { ComponentUIDL, ReferenceType, UIDLDependency, UIDLNode, UIDLSlotNode, UIDLRepeatNode, UIDLElementNode, UIDLStaticValue, UIDLAttributeValue, UIDLPropDefinition, UIDLStateDefinition, UIDLConditionalNode, UIDLDynamicReference, UIDLRawValue, UIDLElement } from '@teleporthq/teleport-types';
import { ComponentUIDL, ReferenceType, UIDLDependency, UIDLNode, UIDLSlotNode, UIDLStyleValue, UIDLRepeatNode, UIDLElementNode, UIDLStaticValue, UIDLAttributeValue, UIDLPropDefinition, UIDLStateDefinition, UIDLConditionalNode, UIDLDynamicReference, UIDLRawValue, UIDLElement } from '@teleporthq/teleport-types';
export declare const component: (name: string, node: UIDLElementNode, propDefinitions?: Record<string, UIDLPropDefinition>, stateDefinitions?: Record<string, UIDLStateDefinition>) => ComponentUIDL;

@@ -7,5 +7,5 @@ export declare const definition: (type: string, defaultValue: string | number | boolean | object | unknown[]) => {

};
export declare const elementNode: (elementType: string, attrs?: Record<string, UIDLAttributeValue>, children?: UIDLNode[], dependency?: UIDLDependency, style?: Record<string, UIDLAttributeValue>, events?: Record<string, import("@teleporthq/teleport-types").UIDLEventHandlerStatement[]>, referencedStyles?: Record<string, import("@teleporthq/teleport-types").UIDLElementNodeReferenceStyles>) => UIDLElementNode;
export declare const element: (elementType: string, attrs?: Record<string, UIDLAttributeValue>, children?: UIDLNode[], dependency?: UIDLDependency, events?: Record<string, import("@teleporthq/teleport-types").UIDLEventHandlerStatement[]>, style?: Record<string, UIDLAttributeValue>, referencedStyles?: Record<string, import("@teleporthq/teleport-types").UIDLElementNodeReferenceStyles>) => UIDLElement;
export declare const componentDependency: (type: "local" | "library" | "package", path?: string, version?: string, meta?: Record<string, string | boolean>) => UIDLDependency;
export declare const elementNode: (elementType: string, attrs?: Record<string, UIDLAttributeValue>, children?: UIDLNode[], dependency?: UIDLDependency, style?: Record<string, UIDLStyleValue>, events?: Record<string, import("@teleporthq/teleport-types").UIDLEventHandlerStatement[]>, referencedStyles?: Record<string, import("@teleporthq/teleport-types").UIDLElementNodeReferenceStyles>) => UIDLElementNode;
export declare const element: (elementType: string, attrs?: Record<string, UIDLAttributeValue>, children?: UIDLNode[], dependency?: UIDLDependency, events?: Record<string, import("@teleporthq/teleport-types").UIDLEventHandlerStatement[]>, style?: Record<string, UIDLStyleValue>, referencedStyles?: Record<string, import("@teleporthq/teleport-types").UIDLElementNodeReferenceStyles>) => UIDLElement;
export declare const componentDependency: (type: "local" | "package" | "library", path?: string, version?: string, meta?: Record<string, string | boolean>) => UIDLDependency;
export declare const staticNode: (content: string) => UIDLStaticValue;

@@ -12,0 +12,0 @@ export declare const dynamicNode: (referenceType: ReferenceType, id: string) => UIDLDynamicReference;

{
"name": "@teleporthq/teleport-uidl-builders",
"version": "0.12.4",
"version": "0.13.0",
"description": "A set of functions used for constructing UIDL structures",

@@ -29,5 +29,5 @@ "author": "teleportHQ",

"dependencies": {
"@teleporthq/teleport-types": "^0.12.4"
"@teleporthq/teleport-types": "^0.13.0"
},
"gitHead": "79ff111b9b62b96f64624c685632230f41f33ebd"
"gitHead": "d8d2fb8dfc35bc8e1fb928bc511c62d8777bbab9"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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