New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/videojs-contrib-quality-levels

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/videojs-contrib-quality-levels - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

videojs-contrib-quality-levels/index.d.ts

@@ -21,4 +21,4 @@ // Type definitions for videojs-contrib-quality-levels 2.0

id: string;
width?: number;
height?: number;
width?: number | undefined;
height?: number | undefined;
bandwidth: number;

@@ -25,0 +25,0 @@ enabled: {

{
"name": "@types/videojs-contrib-quality-levels",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for videojs-contrib-quality-levels",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/videojs-contrib-quality-levels",
"license": "MIT",

@@ -24,4 +25,4 @@ "contributors": [

},
"typesPublisherContentHash": "976b76b3a21a97c1e4853154a1e5c3291917561d290e8bb54434104a516675d4",
"typesPublisherContentHash": "8ab4bec201ea68beab050b1ff1a3e80ee606a2d68cfe7600d7af50f612d4c9d6",
"typeScriptVersion": "3.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Sun, 07 Mar 2021 10:42:19 GMT
* Last updated: Fri, 02 Jul 2021 18:05:03 GMT
* Dependencies: [@types/video.js](https://npmjs.com/package/@types/video.js)

@@ -14,0 +14,0 @@ * Global values: none

@@ -8,5 +8,5 @@ import { Representation } from '../';

readonly width?: number;
readonly width?: number | undefined;
readonly height?: number;
readonly height?: number | undefined;

@@ -13,0 +13,0 @@ readonly bitrate: number;

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