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
3
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

to
0.22.0

4

dist/cjs/project-builders.d.ts

@@ -1,3 +0,3 @@

import { ComponentUIDL, ProjectUIDL, UIDLGlobalAsset, WebManifest, UIDLGlobalProjectValues } from '@teleporthq/teleport-types';
export declare const project: (name: string, root: ComponentUIDL, components: ComponentUIDL[], globals?: {
import { ComponentUIDL, ProjectUIDL, UIDLGlobalAsset, WebManifest, UIDLGlobalProjectValues, UIDLRootComponent } from '@teleporthq/teleport-types';
export declare const project: (name: string, root: UIDLRootComponent, components: ComponentUIDL[], globals?: {
settings: {

@@ -4,0 +4,0 @@ title: string;

@@ -1,3 +0,3 @@

import { ComponentUIDL, ProjectUIDL, UIDLGlobalAsset, WebManifest, UIDLGlobalProjectValues } from '@teleporthq/teleport-types';
export declare const project: (name: string, root: ComponentUIDL, components: ComponentUIDL[], globals?: {
import { ComponentUIDL, ProjectUIDL, UIDLGlobalAsset, WebManifest, UIDLGlobalProjectValues, UIDLRootComponent } from '@teleporthq/teleport-types';
export declare const project: (name: string, root: UIDLRootComponent, components: ComponentUIDL[], globals?: {
settings: {

@@ -4,0 +4,0 @@ title: string;

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

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

"dependencies": {
"@teleporthq/teleport-types": "^0.21.7"
"@teleporthq/teleport-types": "^0.22.0"
},
"gitHead": "48be43d762946d091c2c2b21759658ad48d3c02e"
"gitHead": "d89d91377a8a2bd5e2771d12b713567cba5a04c1"
}

@@ -7,2 +7,3 @@ import {

UIDLGlobalProjectValues,
UIDLRootComponent,
} from '@teleporthq/teleport-types'

@@ -12,3 +13,3 @@

name: string,
root: ComponentUIDL,
root: UIDLRootComponent,
components: ComponentUIDL[],

@@ -15,0 +16,0 @@ globals?: {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet