You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@tamagui/image

Package Overview
Dependencies
Maintainers
1
Versions
969
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.101.7 to 1.102.0

8

dist/cjs/Image.native.js

@@ -115,2 +115,6 @@ "use strict";

}
function _type_of(obj) {
"@swc/helpers - typeof";
return obj && typeof Symbol < "u" && obj.constructor === Symbol ? "symbol" : typeof obj;
}
function _unsupported_iterable_to_array(o, minLen) {

@@ -224,4 +228,4 @@ if (o) {

}) : source ?? src;
if (finalSource && typeof finalSource == "object") {
if (!Array.isArray(finalSource) && typeof finalSource.uri == "number" && (finalSource = finalSource.uri, source && typeof source == "object" && !Array.isArray(source))) {
if (finalSource && (typeof finalSource > "u" ? "undefined" : _type_of(finalSource)) === "object") {
if (!Array.isArray(finalSource) && typeof finalSource.uri == "number" && (finalSource = finalSource.uri, source && (typeof source > "u" ? "undefined" : _type_of(source)) === "object" && !Array.isArray(source))) {
var _style, _style1, _width;

@@ -228,0 +232,0 @@ (_width = (_style = style).width) !== null && _width !== void 0 || (_style.width = source.width);

@@ -99,2 +99,6 @@ import { jsx as _jsx } from "react/jsx-runtime";

}
function _type_of(obj) {
"@swc/helpers - typeof";
return obj && typeof Symbol < "u" && obj.constructor === Symbol ? "symbol" : typeof obj;
}
function _unsupported_iterable_to_array(o, minLen) {

@@ -208,4 +212,4 @@ if (o) {

}) : source ?? src;
if (finalSource && typeof finalSource == "object") {
if (!Array.isArray(finalSource) && typeof finalSource.uri == "number" && (finalSource = finalSource.uri, source && typeof source == "object" && !Array.isArray(source))) {
if (finalSource && (typeof finalSource > "u" ? "undefined" : _type_of(finalSource)) === "object") {
if (!Array.isArray(finalSource) && typeof finalSource.uri == "number" && (finalSource = finalSource.uri, source && (typeof source > "u" ? "undefined" : _type_of(source)) === "object" && !Array.isArray(source))) {
var _style, _style1, _width;

@@ -212,0 +216,0 @@ (_width = (_style = style).width) !== null && _width !== void 0 || (_style.width = source.width);

@@ -99,2 +99,6 @@ import { jsx as _jsx } from "react/jsx-runtime";

}
function _type_of(obj) {
"@swc/helpers - typeof";
return obj && typeof Symbol < "u" && obj.constructor === Symbol ? "symbol" : typeof obj;
}
function _unsupported_iterable_to_array(o, minLen) {

@@ -208,4 +212,4 @@ if (o) {

}) : source ?? src;
if (finalSource && typeof finalSource == "object") {
if (!Array.isArray(finalSource) && typeof finalSource.uri == "number" && (finalSource = finalSource.uri, source && typeof source == "object" && !Array.isArray(source))) {
if (finalSource && (typeof finalSource > "u" ? "undefined" : _type_of(finalSource)) === "object") {
if (!Array.isArray(finalSource) && typeof finalSource.uri == "number" && (finalSource = finalSource.uri, source && (typeof source > "u" ? "undefined" : _type_of(source)) === "object" && !Array.isArray(source))) {
var _style, _style1, _width;

@@ -212,0 +216,0 @@ (_width = (_style = style).width) !== null && _width !== void 0 || (_style.width = source.width);

{
"name": "@tamagui/image",
"version": "1.101.7",
"version": "1.102.0",
"sideEffects": [

@@ -35,4 +35,4 @@ "*.css"

"dependencies": {
"@tamagui/constants": "1.101.7",
"@tamagui/core": "1.101.7"
"@tamagui/constants": "1.102.0",
"@tamagui/core": "1.102.0"
},

@@ -43,3 +43,3 @@ "peerDependencies": {

"devDependencies": {
"@tamagui/build": "1.101.7",
"@tamagui/build": "1.102.0",
"react": "^18.2.0",

@@ -46,0 +46,0 @@ "react-native": "0.74.1"

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc