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

demoup-react

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

demoup-react - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

3

distribution/container.js

@@ -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 @@ }

4

package.json
{
"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 @@ }

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