@types/dom-webcodecs
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -5,3 +5,3 @@ // Type definitions for non-npm package WebCodecs 0.1 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// Minimum TypeScript Version: 5.1 | ||
// Minimum TypeScript Version: 5.2 | ||
@@ -8,0 +8,0 @@ // Versioning: |
{ | ||
"name": "@types/dom-webcodecs", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "TypeScript definitions for WebCodecs", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dom-webcodecs", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "c4a88530f669584038e759f3caee28bfcf2fa0090694cd9c31d3f79cfe7e686e", | ||
"typeScriptVersion": "5.1" | ||
"typesPublisherContentHash": "4fb493cc2bf22a8e672eef1803d11992f665bcc28e7f037324b58bca68edd5fc", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 06 Apr 2023 23:03:21 GMT | ||
* Last updated: Mon, 26 Jun 2023 18:02:37 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `AudioData`, `AudioDecoder`, `AudioEncoder`, `EncodedAudioChunk`, `EncodedVideoChunk`, `ImageDecoder`, `ImageTrack`, `ImageTrackList`, `VideoColorSpace`, `VideoDecoder`, `VideoEncoder`, `VideoFrame`, `createImageBitmap` |
@@ -403,3 +403,3 @@ ///////////////////////////// | ||
type AllowSharedBufferSource = ArrayBuffer | ArrayBufferView; | ||
// type AllowSharedBufferSource = ArrayBuffer | ArrayBufferView; | ||
// type BitrateMode = "constant" | "variable"; | ||
@@ -406,0 +406,0 @@ type ImageBufferSource = ArrayBuffer | ArrayBufferView | ReadableStream; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19944