🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

glibline

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glibline - npm Package Compare versions

Comparing version
0.0.9
to
0.0.10
+0
-3
models/timeline.ts

@@ -374,3 +374,2 @@ import { h } from "../h";

if (this.x) {
console.log(this.x, this.offset);
let index = 0;

@@ -389,3 +388,2 @@ if (this.data) {

} else {
console.log(this.offset, this.x, this.lineOptions.textWidth);
const left = this.lineOptions.textWidth!;

@@ -608,3 +606,2 @@ if (this.x < left) {

this.x = x;
console.log(x, this.x, this.offset);

@@ -611,0 +608,0 @@ this.drawTimeline();

+1
-1
{
"name": "glibline",
"version": "0.0.9",
"version": "0.0.10",
"description": "时间轴(timeline),用于实现根据时间对数据事件操作。",

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