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

@xzdarcy/react-timeline-editor

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xzdarcy/react-timeline-editor - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

2

dist/interface/common_prop.d.ts

@@ -10,2 +10,4 @@ import { EditData } from "./timeline";

cursorTime: number;
/** 当前时间轴宽度 */
timelineWidth: number;
}

@@ -29,2 +29,7 @@ import React, { ReactNode } from 'react';

/**
* @description 最大刻度个数(>=minScaleCount)
* @default Infinity
*/
maxScaleCount?: number;
/**
* @description 单个刻度细分单元数(>0整数)

@@ -203,2 +208,6 @@ * @default 10

onCursorDrag?: (time: number) => void;
/**
* @description 点击时间区域事件, 返回false时阻止设置时间
*/
onClickTimeArea?: (time: number, e: React.MouseEvent<HTMLDivElement, MouseEvent>) => boolean | undefined;
}

@@ -205,0 +214,0 @@ export interface TimelineState {

2

package.json
{
"name": "@xzdarcy/react-timeline-editor",
"version": "0.1.7",
"version": "0.1.8",
"author": "xzdarcy",

@@ -5,0 +5,0 @@ "license": "MIT",

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

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

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