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

@teleporthq/teleport-shared

Package Overview
Dependencies
Maintainers
3
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teleporthq/teleport-shared - npm Package Compare versions

Comparing version

to
0.23.0

2

dist/cjs/utils/uidl-utils.js

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

var type = attributeContent.type;
if (['dynamic', 'static', 'import', 'comp-style'].indexOf(type) !== -1) {
if (['dynamic', 'static', 'import', 'comp-style', 'raw'].indexOf(type) !== -1) {
acc[key] = attributeContent;

@@ -369,0 +369,0 @@ return acc;

@@ -344,3 +344,3 @@ import { ASSETS_IDENTIFIER } from '../constants';

var type = attributeContent.type;
if (['dynamic', 'static', 'import', 'comp-style'].indexOf(type) !== -1) {
if (['dynamic', 'static', 'import', 'comp-style', 'raw'].indexOf(type) !== -1) {
acc[key] = attributeContent;

@@ -347,0 +347,0 @@ return acc;

{
"name": "@teleporthq/teleport-shared",
"version": "0.22.0",
"version": "0.23.0",
"description": "A utility belt for the entire teleportHQ ecosystem",

@@ -28,7 +28,7 @@ "author": "teleportHQ",

"@babel/types": "^7.5.5",
"@teleporthq/teleport-types": "^0.22.0",
"@teleporthq/teleport-types": "^0.23.0",
"jss": "^10.0.0",
"jss-preset-default": "^10.0.0"
},
"gitHead": "d89d91377a8a2bd5e2771d12b713567cba5a04c1"
"gitHead": "8d528aa48896a0163a42ebadd7df3fe6e5f47d41"
}

@@ -489,3 +489,3 @@ import { ASSETS_IDENTIFIER } from '../constants'

const { type } = attributeContent as Record<string, unknown>
if (['dynamic', 'static', 'import', 'comp-style'].indexOf(type as string) !== -1) {
if (['dynamic', 'static', 'import', 'comp-style', 'raw'].indexOf(type as string) !== -1) {
acc[key] = attributeContent as UIDLAttributeValue

@@ -492,0 +492,0 @@ return acc

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