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

@tamagui/react-native-svg

Package Overview
Dependencies
Maintainers
1
Versions
986
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/react-native-svg - npm Package Compare versions

Comparing version 1.0.1-beta.157 to 1.0.1-beta.158

6

dist/cjs/index.js

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

Svg: () => Svg,
Symbol: () => Symbol,
Symbol: () => Symbol2,
TSpan: () => TSpan,

@@ -71,3 +71,3 @@ Text: () => Text,

const Svg = (p) => (0, import_react.createElement)("svg", p);
const Symbol = (p) => (0, import_react.createElement)("symbol", p);
const Symbol2 = (p) => (0, import_react.createElement)("symbol", p);
const Text = (p) => (0, import_react.createElement)("text", p);

@@ -98,3 +98,3 @@ const TextPath = (p) => (0, import_react.createElement)("clipPath", p);

Svg,
Symbol,
Symbol: Symbol2,
Text,

@@ -101,0 +101,0 @@ TextPath,

{
"name": "@tamagui/react-native-svg",
"version": "1.0.1-beta.157",
"version": "1.0.1-beta.158",
"main": "dist/cjs/index.js",

@@ -16,4 +16,4 @@ "module": "dist/esm/index.js",

"devDependencies": {
"@tamagui/build": "^1.0.1-beta.157"
"@tamagui/build": "^1.0.1-beta.158"
}
}

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