Socket
Socket
Sign inDemoInstall

opentok-layout-js

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opentok-layout-js - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

2

bower.json
{
"name": "opentok-layout-js",
"version": "0.2.0",
"version": "0.4.0",
"homepage": "https://github.com/aullman/opentok-layout-js",

@@ -5,0 +5,0 @@ "authors": [

@@ -19,5 +19,3 @@ /*!

if (typeof module === 'undefined' || typeof module.exports === 'undefined') {
exports = window;
} else {
var window = null;
exports = window;
}

@@ -48,3 +46,2 @@

if (animate && $) {
console.log('animate');
$(elem).stop();

@@ -51,0 +48,0 @@ $(elem).animate(targetPosition, animate.duration || 200, animate.easing || "swing", function () {

{
"name": "opentok-layout-js",
"version": "0.3.1",
"version": "0.4.0",
"description": "Automatic layout of video elements (publisher and subscriber) minimising white-space for the OpenTok on WebRTC API. This is intended for use with the OpenTok on WebRTC JS API.",

@@ -21,3 +21,3 @@ "main": "opentok-layout.js",

"opentok-test-scripts": "^1.0.1",
"travis-multirunner": "^2.7.2"
"travis-multirunner": "^3.0.0"
},

@@ -24,0 +24,0 @@ "scripts": {

@@ -26,2 +26,4 @@ /*globals describe, beforeEach, expect, it, afterEach, initLayoutContainer */

layoutDiv.style.position = 'absolute';
layoutDiv.style.top = '0px';
layoutDiv.style.left = '0px';
layoutDiv.style.width = '400px';

@@ -166,2 +168,4 @@ layoutDiv.style.height = '300px';

layoutDiv.style.position = 'absolute';
layoutDiv.style.top = '0px';
layoutDiv.style.left = '0px';
layoutDiv.style.width = '400px';

@@ -168,0 +172,0 @@ layoutDiv.style.height = '300px';

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