demoup-react
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -35,4 +35,2 @@ "use strict"; | ||
const videos = await window.DemoUpInfoFetcher(t.props); | ||
console.log("Componenten received videos "); | ||
console.log(videos); | ||
t.setState({ videosAvailable: videos.length }); | ||
@@ -43,3 +41,2 @@ t.setState({ videos: videos }); | ||
var t1 = performance.now(); | ||
console.log("Call to doSomething took " + (t1 - t0) + " milliseconds."); | ||
}); | ||
@@ -46,0 +43,0 @@ } |
{ | ||
"name": "demoup-react", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "React components for integrating the demoup video player solution in react based websites", | ||
@@ -15,3 +15,3 @@ "main": "distribution/index.js", | ||
], | ||
"author": "Björn Ruberg", | ||
"author": "Stefan Reichel", | ||
"license": "MIT", | ||
@@ -18,0 +18,0 @@ "dependencies": { |
@@ -35,4 +35,2 @@ "use strict"; | ||
const videos = await window.DemoUpInfoFetcher(t.props); | ||
console.log("Componenten received videos "); | ||
console.log(videos); | ||
t.setState({videosAvailable: videos.length}); | ||
@@ -43,3 +41,2 @@ t.setState({videos: videos}); | ||
var t1 = performance.now(); | ||
console.log("Call to doSomething took " + (t1 - t0) + " milliseconds.") | ||
}); | ||
@@ -46,0 +43,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
20266
337