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.1 to 2.0.2

10

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

@@ -7,6 +7,6 @@ // Type definitions for videojs-contrib-quality-levels 2.0

import { VideoJsPlayer } from 'video.js';
import QualityLevelList from './src/quality-level-list';
import { VideoJsPlayer } from "video.js";
import QualityLevelList from "./src/quality-level-list";
declare module 'video.js' {
declare module "video.js" {
interface VideoJsPlayer {

@@ -31,5 +31,5 @@ qualityLevels: {

export type { default as QualityLevelList } from './src/quality-level-list';
export type { default as QualityLevelList } from "./src/quality-level-list";
export type { default as QualityLevel } from './src/quality-level';
export type { default as QualityLevel } from "./src/quality-level";

@@ -36,0 +36,0 @@ declare const qualityLevels: {

{
"name": "@types/videojs-contrib-quality-levels",
"version": "2.0.1",
"version": "2.0.2",
"description": "TypeScript definitions for videojs-contrib-quality-levels",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/videojs-contrib-quality-levels",

},
"typesPublisherContentHash": "8ab4bec201ea68beab050b1ff1a3e80ee606a2d68cfe7600d7af50f612d4c9d6",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "e952e0378b0a25b1295193f049492505eba67ce0c679d2488ad47134fb0bc953",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Fri, 02 Jul 2021 18:05:03 GMT
* Last updated: Tue, 26 Sep 2023 10:06:28 GMT
* Dependencies: [@types/video.js](https://npmjs.com/package/@types/video.js)

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

@@ -1,4 +0,4 @@

import videojs from 'video.js';
import { Representation } from '../';
import QualityLevel from './quality-level';
import videojs from "video.js";
import { Representation } from "../";
import QualityLevel from "./quality-level";

@@ -5,0 +5,0 @@ export default class QualityLevelList extends videojs.EventTarget implements ArrayLike<QualityLevel> {

@@ -1,2 +0,2 @@

import { Representation } from '../';
import { Representation } from "../";

@@ -3,0 +3,0 @@ export default class QualityLevel {

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