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

@tamagui/core

Package Overview
Dependencies
Maintainers
1
Versions
1237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/core - npm Package Compare versions

Comparing version 1.121.1 to 1.121.2

types/createOptimizedView.d.ts

28

package.json
{
"name": "@tamagui/core",
"version": "1.121.1",
"version": "1.121.2",
"source": "src/index.tsx",

@@ -11,3 +11,3 @@ "main": "dist/cjs",

},
"types": "./src/index.ts",
"types": "./types/index.d.ts",
"license": "MIT",

@@ -21,4 +21,4 @@ "author": {

"scripts": {
"build": "tamagui-build --skip-types",
"watch": "tamagui-build --skip-types --watch",
"build": "tamagui-build",
"watch": "tamagui-build --watch",
"lint": "biome check src",

@@ -40,9 +40,9 @@ "lint:fix": "biome check --write src",

"dependencies": {
"@tamagui/react-native-use-pressable": "1.121.1",
"@tamagui/react-native-use-responder-events": "1.121.1",
"@tamagui/use-event": "1.121.1",
"@tamagui/web": "1.121.1"
"@tamagui/react-native-use-pressable": "1.121.2",
"@tamagui/react-native-use-responder-events": "1.121.2",
"@tamagui/use-event": "1.121.2",
"@tamagui/web": "1.121.2"
},
"devDependencies": {
"@tamagui/build": "1.121.1",
"@tamagui/build": "1.121.2",
"@testing-library/react": "^16.1.0",

@@ -61,3 +61,3 @@ "csstype": "^3.0.10",

},
"types": "./src/index.tsx",
"types": "./types/index.d.ts",
"import": "./dist/esm/index.mjs",

@@ -68,3 +68,3 @@ "require": "./dist/cjs/index.cjs",

"./native": {
"types": "./src/index.tsx",
"types": "./types/index.d.ts",
"import": "./dist/native.mjs",

@@ -75,3 +75,3 @@ "require": "./dist/native.js",

"./native-test": {
"types": "./src/index.tsx",
"types": "./types/index.d.ts",
"import": "./dist/test.native.js",

@@ -82,3 +82,3 @@ "require": "./dist/test.native.js",

"./inject-styles": {
"types": "./src/inject-styles.ts",
"types": "./types/inject-styles.d.ts",
"import": "./dist/esm/inject-styles.mjs",

@@ -89,3 +89,3 @@ "require": "./dist/cjs/inject-styles.cjs",

"./reactNativeTypes": {
"types": "./src/reactNativeTypes.ts",
"types": "./types/reactNativeTypes.d.ts",
"import": "./dist/esm/reactNativeTypes.mjs",

@@ -92,0 +92,0 @@ "require": "./dist/cjs/reactNativeTypes.cjs",

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