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 3.9.0 to 3.9.1

2

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

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

{
"name": "opentok-layout-js",
"version": "3.9.0",
"version": "3.9.1",
"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.",

@@ -15,4 +15,4 @@ "main": "opentok-layout.js",

"eslint-plugin-import": "^2.13.0",
"http-server": "^0.11.1",
"karma": "^3.1.1",
"http-server": "^0.12.3",
"karma": "^6.3.2",
"karma-babel-preprocessor": "^7.0.0",

@@ -24,10 +24,8 @@ "karma-chrome-launcher": "^0.1.4",

"karma-sauce-launcher": "^1.2.0",
"opentok-test-scripts": "^1.0.1",
"travis-multirunner": "^4.5.0",
"unminified-webpack-plugin": "^2.0.0",
"webpack": "^4.15.1",
"webpack": "^5.37.0",
"webpack-command": "^0.4.1"
},
"scripts": {
"test": "npx eslint . && node ./tests/test-node.js && npx run-tests && npm run type-test",
"test": "npx eslint . && node ./tests/test-node.js && karma start tests/karma.conf.js --single-run && npm run type-test",
"type-test": "npx --package typescript tsc types/test.ts --noEmit --noErrorTruncation",

@@ -34,0 +32,0 @@ "start": "http-server",

@@ -5,11 +5,3 @@ // Karma configuration

module.exports = (config) => {
const sauceLaunchers = {
Ie: {
base: 'SauceLabs',
browserName: 'internet explorer',
platform: process.env.BVER === '10' ? 'Windows 8' : 'Windows 8.1',
version: process.env.BVER,
},
};
const browser = process.env.BROWSER || 'chrome';
const browser = 'chrome';
config.set({

@@ -59,4 +51,2 @@

customLaunchers: sauceLaunchers,
sauceLabs: {

@@ -63,0 +53,0 @@ startConnect: false,

@@ -9,3 +9,3 @@ declare module 'opentok-layout-js' {

bigClass?: string;
bigFirst?: boolean;
bigFirst?: boolean | 'column' | 'row';
bigFixedRatio?: false;

@@ -12,0 +12,0 @@ bigMaxHeight?: number;

Sorry, the diff of this file is not supported yet

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