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

react-native-pie-chart

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-pie-chart - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

package.json
{
"name": "react-native-pie-chart",
"version": "1.0.7",
"version": "1.0.8",
"description": "pie chart for react native",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

import React, { Component } from 'react';
import { Platform, ART } from 'react-native';
import { Platform, ART, View } from 'react-native';
const { Surface, Group, Path, Shape } = ART;

@@ -53,5 +53,5 @@ import Wedge from './Wedge';

sliceColor: React.PropTypes.array.isRequired,
style: React.PropTypes.object.isRequired,
style: View.propTypes.style.isRequired,
};
export default Pie;
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