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

@meta2d/le5le-charts

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meta2d/le5le-charts - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "@meta2d/le5le-charts",
"version": "1.0.1",
"version": "1.0.2",
"description": "The le5le-charts library based on le5le meta2d.",

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

@@ -19,2 +19,6 @@ var __assign = (this && this.__assign) || function () {

pen.onClick = onclick;
if (pen.clockInterval) {
pen.onDestroy(pen);
pen.onAdd(pen);
}
}

@@ -21,0 +25,0 @@ var x = pen.calculative.worldRect.x;

@@ -171,2 +171,3 @@ var __read = (this && this.__read) || function (o, n) {

ctx.closePath();
ctx.save();
coordinateValue.forEach(function (item, index) {

@@ -181,2 +182,3 @@ ctx.beginPath();

});
ctx.restore();
coordinateValue = [];

@@ -183,0 +185,0 @@ };

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