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

@teleporthq/teleport-uidl-resolver

Package Overview
Dependencies
Maintainers
4
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
0.23.5

2

dist/cjs/utils.d.ts

@@ -20,4 +20,4 @@ import { UIDLElement, UIDLNode, Mapping, GeneratorOptions, ComponentUIDL, UIDLStyleSetTokenReference, UIDLStaticValue, UIDLDynamicReference } from '@teleporthq/teleport-types';

*/
export declare const prefixAssetURLs: <T extends UIDLDynamicReference | UIDLStaticValue | UIDLStyleSetTokenReference>(style: Record<string, T>, assetsPrefix: string) => Record<string, T>;
export declare const prefixAssetURLs: <T extends UIDLStaticValue | UIDLDynamicReference | UIDLStyleSetTokenReference>(style: Record<string, T>, assetsPrefix: string) => Record<string, T>;
export declare const checkForIllegalNames: (uidl: ComponentUIDL, mapping: Mapping) => void;
export {};

@@ -20,4 +20,4 @@ import { UIDLElement, UIDLNode, Mapping, GeneratorOptions, ComponentUIDL, UIDLStyleSetTokenReference, UIDLStaticValue, UIDLDynamicReference } from '@teleporthq/teleport-types';

*/
export declare const prefixAssetURLs: <T extends UIDLDynamicReference | UIDLStaticValue | UIDLStyleSetTokenReference>(style: Record<string, T>, assetsPrefix: string) => Record<string, T>;
export declare const prefixAssetURLs: <T extends UIDLStaticValue | UIDLDynamicReference | UIDLStyleSetTokenReference>(style: Record<string, T>, assetsPrefix: string) => Record<string, T>;
export declare const checkForIllegalNames: (uidl: ComponentUIDL, mapping: Mapping) => void;
export {};
{
"name": "@teleporthq/teleport-uidl-resolver",
"version": "0.23.4",
"version": "0.23.5",
"description": "A small package that handles the transition from UIDL to HTML elements and has support for custom mappings.",

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

"dependencies": {
"@teleporthq/teleport-shared": "^0.23.0",
"@teleporthq/teleport-shared": "^0.23.5",
"@teleporthq/teleport-types": "^0.23.0",

@@ -33,3 +33,3 @@ "@teleporthq/teleport-uidl-builders": "^0.23.0",

},
"gitHead": "0a976d647a2515cbe4ab2156cb93f96f7d3e07e0"
"gitHead": "fd2283a3c4fd514554c9b29b6a995f58fe36b689"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet