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

@reactchartjs/react-chart.js

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reactchartjs/react-chart.js - npm Package Compare versions

Comparing version 1.0.0-rc.2 to 1.0.0-rc.3

21

package.json
{
"name": "@reactchartjs/react-chart.js",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "React components for Chart.js",

@@ -9,10 +9,10 @@ "source": "src/index.tsx",

"author": "Jeremy Ayerst",
"homepage": "https://github.com/jerairrest/react-chart.js",
"homepage": "https://github.com/reactchartjs/react-chart.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jerairrest/react-chart.js.git"
"url": "https://github.com/reactchartjs/react-chart.js.git"
},
"bugs": {
"url": "https://github.com/jerairrest/react-chart.js/issues"
"url": "https://github.com/reactchartjs/react-chart.js/issues"
},

@@ -33,3 +33,3 @@ "keywords": [

"test:build": "run-s build",
"test:lint": "eslint src/**/*.{ts,tsx,js,jsx}",
"test:lint": "eslint src/**/*.{ts,tsx}",
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",

@@ -45,4 +45,4 @@ "test:watch": "react-scripts test --env=jsdom",

"peerDependencies": {
"react": "^16.8.0",
"chart.js": "^2.3.0"
"chart.js": "^2.3.0",
"react": "^16.8.0 || ^17.0.0"
},

@@ -61,3 +61,2 @@ "devDependencies": {

"cross-env": "^7.0.2",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",

@@ -78,6 +77,6 @@ "eslint-config-prettier": "^6.7.0",

"prettier": "^2.0.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "^3.4.3",
"react-test-renderer": "^16.13.1"
"react-test-renderer": "^17.0.1"
},

@@ -84,0 +83,0 @@ "files": [

@@ -1,2 +0,2 @@

[![build status](https://img.shields.io/travis/jerairrest/react-chart.js.svg?branch=master&style=flat-square)](https://travis-ci.org/jerairrest/react-chart.js)
[![build status](https://img.shields.io/travis/jerairrest/react-chart.js.svg?branch=master&style=flat-square)](https://travis-ci.org/reactchartjs/react-chart.js)
[![version](https://img.shields.io/npm/v/@reactchartjs/react-chart.js?style=flat-square)](https://www.npmjs.com/package/@reactchartjs/react-chart.js)

@@ -34,3 +34,3 @@ [![downloads](https://img.shields.io/npm/dm/@reactchartjs/react-chart.js.svg?style=flat-square)](https://npm-stat.com/charts.html?package=@reactchartjs/react-chart.js&from=2016-01-01)

Live: [jerairrest.github.io/react-chart.js](jerairrest.github.io/react-chart.js)
Live: [reactchartjs.github.io/react-chartjs-2](https://reactchartjs.github.io/react-chartjs-2/#/)

@@ -37,0 +37,0 @@ See [these examples](example) for more information

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