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.148 to 1.0.1-beta.149

30

dist/cjs/index.js

@@ -45,3 +45,4 @@ "use strict";

TextPath: () => TextPath,
Use: () => Use
Use: () => Use,
default: () => src_default
});

@@ -75,2 +76,29 @@ module.exports = __toCommonJS(src_exports);

const Use = (p) => (0, import_react.createElement)("use", p);
var src_default = {
Circle,
ClipPath,
Defs,
Ellipse,
ForeignObject,
G,
Image,
Line,
LinearGradient,
Marker,
Mask,
Path,
Pattern,
Polygon,
Polyline,
RadialGradient,
Rect,
Shape,
Stop,
Svg,
Symbol,
Text,
TextPath,
TSpan,
Use
};
// Annotate the CommonJS export names for ESM import in node:

@@ -77,0 +105,0 @@ 0 && (module.exports = {

@@ -27,2 +27,29 @@ import { createElement } from "react";

const Use = (p) => createElement("use", p);
var src_default = {
Circle,
ClipPath,
Defs,
Ellipse,
ForeignObject,
G,
Image,
Line,
LinearGradient,
Marker,
Mask,
Path,
Pattern,
Polygon,
Polyline,
RadialGradient,
Rect,
Shape,
Stop,
Svg,
Symbol,
Text,
TextPath,
TSpan,
Use
};
export {

@@ -53,4 +80,5 @@ Circle,

TextPath,
Use
Use,
src_default as default
};
//# sourceMappingURL=index.js.map

4

package.json
{
"name": "@tamagui/react-native-svg",
"version": "1.0.1-beta.148",
"version": "1.0.1-beta.149",
"main": "dist/cjs/index.js",

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

"devDependencies": {
"@tamagui/build": "^1.0.1-beta.148"
"@tamagui/build": "^1.0.1-beta.149"
}
}

@@ -28,1 +28,29 @@ import { createElement } from 'react'

export const Use = (p) => createElement('use', p)
export default {
Circle,
ClipPath,
Defs,
Ellipse,
ForeignObject,
G,
Image,
Line,
LinearGradient,
Marker,
Mask,
Path,
Pattern,
Polygon,
Polyline,
RadialGradient,
Rect,
Shape,
Stop,
Svg,
Symbol,
Text,
TextPath,
TSpan,
Use,
}

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