Socket
Socket
Sign inDemoInstall

react-native-svg-animated-linear-gradient

Package Overview
Dependencies
7
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.2 to 0.3.3

2

package.json
{
"name": "react-native-svg-animated-linear-gradient",
"version": "0.3.2",
"version": "0.3.3",
"description": "Animated linear gradient for React Native Svg",

@@ -5,0 +5,0 @@ "repository": {

@@ -23,6 +23,2 @@ ## SVG Animated Linear Gradient [iOS + Android]

`npm i react-native-svg`
`react-native link react-native-svg`
Inside your component:

@@ -106,2 +102,2 @@ ```js

MIT
MIT

@@ -143,4 +143,4 @@ import React, {Component} from 'react';

duration: PropTypes.number,
width: PropTypes.number,
height: PropTypes.number,
width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
x1: PropTypes.string,

@@ -147,0 +147,0 @@ y1: PropTypes.string,

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc