New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

frappe-charts

Package Overview
Dependencies
Maintainers
5
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frappe-charts - npm Package Compare versions

Comparing version 2.0.0-rc4 to 2.0.0-rc5

2

package.json
{
"name": "frappe-charts",
"version": "2.0.0-rc4",
"version": "2.0.0-rc5",
"main": "src/js/chart.js",

@@ -5,0 +5,0 @@ "module": "dist/frappe-charts.esm.js",

import BaseChart from './BaseChart';
import { legendDot } from '../utils/draw';
import { round } from '../utils/helpers';

@@ -4,0 +5,0 @@ export default class AggregationChart extends BaseChart {

@@ -115,3 +115,3 @@ import BaseChart from './BaseChart';

return {
name: d.name && d.name.replace(/<|>|&/g, (char) => char == '&' ? '&amp;' : char == '<' ? '&lt;' : '&gt;'),
name: d.name.replace(/<|>|&/g, (char) => char == '&' ? '&amp;' : char == '<' ? '&lt;' : '&gt;'),
index: i,

@@ -118,0 +118,0 @@ chartType: d.chartType,

import * as Charts from './chart';
let frappe = {};
let frappe = { };
frappe.NAME = 'Frappe Charts';
frappe.VERSION = '2.0.0-rc4';
frappe.NAME = 'Frappe Charts';
frappe.VERSION = '2.0.0-rc5';
frappe = Object.assign({}, frappe, Charts);
frappe = Object.assign({ }, frappe, Charts);
export default frappe;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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