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

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 5.0.0 to 5.0.1

2

package.json
{
"name": "opentok-layout-js",
"version": "5.0.0",
"version": "5.0.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.",

@@ -5,0 +5,0 @@ "main": "opentok-layout.js",

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

type GetLayout = (elements: Array<Element>) => { boxes: Array<Box>, areas: { small: Box, big: Box } };
type GetLayout = (elements: Array<Element>) => { boxes: Array<Box>, areas: { small?: Box, big?: Box } };

@@ -50,0 +50,0 @@ export type LayoutContainer = {

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