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

video-editing-timeline-react

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

video-editing-timeline-react - npm Package Compare versions

Comparing version 0.1.10 to 1.0.0

3

dist/index.d.ts

@@ -23,9 +23,8 @@ import React from 'react';

el: any;
constructor(props: ReactVideoEditingTimelineProps);
instance(): void;
shouldComponentUpdate(nextProps: ReactVideoEditingTimelineProps): boolean;
componentDidMount(): void;
componentDidUpdate(): void;
componentWillReceiveProps(nextProps: ReactVideoEditingTimelineProps): void;
canvasRef: (el: any) => void;
render(): JSX.Element;
}

@@ -278,3 +278,3 @@ import React from 'react';

function ReactVideoEditingTimeline(props) {
function ReactVideoEditingTimeline() {
var _this;

@@ -284,3 +284,3 @@

_this = _super.call(this, props);
_this = _super.apply(this, arguments);
_this.timelineInstance = null;

@@ -306,16 +306,4 @@ _this.el = null;

}, {
key: "componentDidMount",
value: function componentDidMount() {
console.log("componentDidMount");
this.instance();
}
}, {
key: "componentDidUpdate",
value: function componentDidUpdate() {
console.log("componentDidUpdate");
this.instance();
}
}, {
key: "componentWillReceiveProps",
value: function componentWillReceiveProps(nextProps) {
key: "shouldComponentUpdate",
value: function shouldComponentUpdate(nextProps) {
var flag = false;

@@ -330,7 +318,15 @@

if (flag) {
this.instance();
}
return flag;
}
}, {
key: "componentDidMount",
value: function componentDidMount() {
this.instance();
}
}, {
key: "componentDidUpdate",
value: function componentDidUpdate() {
this.instance();
}
}, {
key: "render",

@@ -337,0 +333,0 @@ value: function render() {

@@ -282,3 +282,3 @@ 'use strict';

function ReactVideoEditingTimeline(props) {
function ReactVideoEditingTimeline() {
var _this;

@@ -288,3 +288,3 @@

_this = _super.call(this, props);
_this = _super.apply(this, arguments);
_this.timelineInstance = null;

@@ -310,16 +310,4 @@ _this.el = null;

}, {
key: "componentDidMount",
value: function componentDidMount() {
console.log("componentDidMount");
this.instance();
}
}, {
key: "componentDidUpdate",
value: function componentDidUpdate() {
console.log("componentDidUpdate");
this.instance();
}
}, {
key: "componentWillReceiveProps",
value: function componentWillReceiveProps(nextProps) {
key: "shouldComponentUpdate",
value: function shouldComponentUpdate(nextProps) {
var flag = false;

@@ -334,7 +322,15 @@

if (flag) {
this.instance();
}
return flag;
}
}, {
key: "componentDidMount",
value: function componentDidMount() {
this.instance();
}
}, {
key: "componentDidUpdate",
value: function componentDidUpdate() {
this.instance();
}
}, {
key: "render",

@@ -341,0 +337,0 @@ value: function render() {

@@ -284,3 +284,3 @@ (function (global, factory) {

function ReactVideoEditingTimeline(props) {
function ReactVideoEditingTimeline() {
var _this;

@@ -290,3 +290,3 @@

_this = _super.call(this, props);
_this = _super.apply(this, arguments);
_this.timelineInstance = null;

@@ -312,16 +312,4 @@ _this.el = null;

}, {
key: "componentDidMount",
value: function componentDidMount() {
console.log("componentDidMount");
this.instance();
}
}, {
key: "componentDidUpdate",
value: function componentDidUpdate() {
console.log("componentDidUpdate");
this.instance();
}
}, {
key: "componentWillReceiveProps",
value: function componentWillReceiveProps(nextProps) {
key: "shouldComponentUpdate",
value: function shouldComponentUpdate(nextProps) {
var flag = false;

@@ -336,7 +324,15 @@

if (flag) {
this.instance();
}
return flag;
}
}, {
key: "componentDidMount",
value: function componentDidMount() {
this.instance();
}
}, {
key: "componentDidUpdate",
value: function componentDidUpdate() {
this.instance();
}
}, {
key: "render",

@@ -343,0 +339,0 @@ value: function render() {

{
"name": "video-editing-timeline-react",
"version": "0.1.10",
"version": "1.0.0",
"description": "Timeline for video editing",

@@ -42,4 +42,4 @@ "keywords": [

"react": "^16.12.0",
"video-editing-timeline": "^0.1.10"
"video-editing-timeline": "^1.0.0"
}
}
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