Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tamagui/font-inter

Package Overview
Dependencies
Maintainers
1
Versions
1136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/font-inter - npm Package Compare versions

Comparing version 1.99.1 to 1.100.0

18

dist/cjs/index.native.js

@@ -24,9 +24,7 @@ "use strict";

(len == null || len > arr.length) && (len = arr.length);
for (var i = 0, arr2 = new Array(len); i < len; i++)
arr2[i] = arr[i];
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
return arr2;
}
function _array_with_holes(arr) {
if (Array.isArray(arr))
return arr;
if (Array.isArray(arr)) return arr;
}

@@ -54,4 +52,3 @@ function _define_property(obj, key, value) {

} finally {
if (_d)
throw _e;
if (_d) throw _e;
}

@@ -96,9 +93,6 @@ }

if (o) {
if (typeof o == "string")
return _array_like_to_array(o, minLen);
if (typeof o == "string") return _array_like_to_array(o, minLen);
var n = Object.prototype.toString.call(o).slice(8, -1);
if (n === "Object" && o.constructor && (n = o.constructor.name), n === "Map" || n === "Set")
return Array.from(n);
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
return _array_like_to_array(o, minLen);
if (n === "Object" && o.constructor && (n = o.constructor.name), n === "Map" || n === "Set") return Array.from(n);
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
}

@@ -105,0 +99,0 @@ }

import { createFont, getVariableValue, isWeb } from "@tamagui/core";
function _array_like_to_array(arr, len) {
(len == null || len > arr.length) && (len = arr.length);
for (var i = 0, arr2 = new Array(len); i < len; i++)
arr2[i] = arr[i];
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
return arr2;
}
function _array_with_holes(arr) {
if (Array.isArray(arr))
return arr;
if (Array.isArray(arr)) return arr;
}

@@ -33,4 +31,3 @@ function _define_property(obj, key, value) {

} finally {
if (_d)
throw _e;
if (_d) throw _e;
}

@@ -75,9 +72,6 @@ }

if (o) {
if (typeof o == "string")
return _array_like_to_array(o, minLen);
if (typeof o == "string") return _array_like_to_array(o, minLen);
var n = Object.prototype.toString.call(o).slice(8, -1);
if (n === "Object" && o.constructor && (n = o.constructor.name), n === "Map" || n === "Set")
return Array.from(n);
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
return _array_like_to_array(o, minLen);
if (n === "Object" && o.constructor && (n = o.constructor.name), n === "Map" || n === "Set") return Array.from(n);
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
}

@@ -84,0 +78,0 @@ }

import { createFont, getVariableValue, isWeb } from "@tamagui/core";
function _array_like_to_array(arr, len) {
(len == null || len > arr.length) && (len = arr.length);
for (var i = 0, arr2 = new Array(len); i < len; i++)
arr2[i] = arr[i];
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
return arr2;
}
function _array_with_holes(arr) {
if (Array.isArray(arr))
return arr;
if (Array.isArray(arr)) return arr;
}

@@ -33,4 +31,3 @@ function _define_property(obj, key, value) {

} finally {
if (_d)
throw _e;
if (_d) throw _e;
}

@@ -75,9 +72,6 @@ }

if (o) {
if (typeof o == "string")
return _array_like_to_array(o, minLen);
if (typeof o == "string") return _array_like_to_array(o, minLen);
var n = Object.prototype.toString.call(o).slice(8, -1);
if (n === "Object" && o.constructor && (n = o.constructor.name), n === "Map" || n === "Set")
return Array.from(n);
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
return _array_like_to_array(o, minLen);
if (n === "Object" && o.constructor && (n = o.constructor.name), n === "Map" || n === "Set") return Array.from(n);
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
}

@@ -84,0 +78,0 @@ }

{
"name": "@tamagui/font-inter",
"version": "1.99.1",
"version": "1.100.0",
"types": "./types/index.d.ts",

@@ -43,6 +43,6 @@ "main": "dist/cjs",

"dependencies": {
"@tamagui/core": "1.99.1"
"@tamagui/core": "1.100.0"
},
"devDependencies": {
"@tamagui/build": "1.99.1",
"@tamagui/build": "1.100.0",
"subset-font": "^2.1.0"

@@ -49,0 +49,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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc