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

2

dist/cjs/utils.js

@@ -150,3 +150,3 @@ "use strict";

teleport_shared_1.UIDLUtils.traverseNodes(childNode, function (node, parentNode) {
if (!isPlaceholderNode(node)) {
if (node.type !== 'comp-style' && !isPlaceholderNode(node)) {
return; // we're only interested in placeholder nodes

@@ -153,0 +153,0 @@ }

@@ -139,3 +139,3 @@ var __assign = (this && this.__assign) || function () {

UIDLUtils.traverseNodes(childNode, function (node, parentNode) {
if (!isPlaceholderNode(node)) {
if (node.type !== 'comp-style' && !isPlaceholderNode(node)) {
return; // we're only interested in placeholder nodes

@@ -142,0 +142,0 @@ }

{
"name": "@teleporthq/teleport-uidl-resolver",
"version": "0.19.8",
"version": "0.19.17",
"description": "A small package that handles the transition from UIDL to HTML elements and has support for custom mappings.",

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

"dependencies": {
"@teleporthq/teleport-shared": "^0.19.8",
"@teleporthq/teleport-types": "^0.19.8",
"@teleporthq/teleport-uidl-builders": "^0.19.8",
"@teleporthq/teleport-shared": "^0.19.17",
"@teleporthq/teleport-types": "^0.19.17",
"@teleporthq/teleport-uidl-builders": "^0.19.17",
"deepmerge": "^4.0.0"
},
"gitHead": "3fe5317002da58950a4640a19181a2165fc1b198"
"gitHead": "4af7375f20235273eeabb48ef109cab2a02ddceb"
}

@@ -188,3 +188,3 @@ import { UIDLUtils, StringUtils, Constants } from '@teleporthq/teleport-shared'

UIDLUtils.traverseNodes(childNode, (node, parentNode) => {
if (!isPlaceholderNode(node)) {
if (node.type !== 'comp-style' && !isPlaceholderNode(node)) {
return // we're only interested in placeholder nodes

@@ -191,0 +191,0 @@ }

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