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.4 to 0.1.5

7

dist/interface/timeline.d.ts

@@ -229,2 +229,6 @@ import React, { ReactNode } from 'react';

pause: () => void;
/** 设置scroll left */
setScrollLeft: (val: number) => void;
/** 设置scroll top */
setScrollTop: (val: number) => void;
}

@@ -238,3 +242,4 @@ /**

/**
* @description 编辑区域距离顶部滚动距离 (用于控制与编辑行滚动同步)
* @description 编辑区域距离顶部滚动距离 (请使用ref.setScrollTop代替)
* @deprecated
*/

@@ -241,0 +246,0 @@ scrollTop?: number;

2

package.json
{
"name": "@xzdarcy/react-timeline-editor",
"version": "0.1.4",
"version": "0.1.5",
"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