Socket
Socket
Sign inDemoInstall

@api.video/video-uploader

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api.video/video-uploader - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

.github/ISSUE_TEMPLATE/bug_report.md

3

CHANGELOG.md
# Changelog
All changes to this project will be documented in this file.
## [1.0.4] - 2022-03-23
- Export `VideoUploadResponse` type
## [1.0.3] - 2022-01-25

@@ -5,0 +8,0 @@ - Fix typo in `VideoUploadResponse`type: `hsl` instead of `hls`

2

dist/src/index.d.ts
export { UploadProgressEvent, VideoUploader, VideoUploaderOptionsWithAccessToken, VideoUploaderOptionsWithUploadToken } from "./video-uploader";
export { ProgressiveUploadProgressEvent, ProgressiveUploader, ProgressiveUploaderOptionsWithAccessToken, ProgressiveUploaderOptionsWithUploadToken } from './progressive-video-uploader';
export { MIN_CHUNK_SIZE, MAX_CHUNK_SIZE } from './common';
export { VideoUploadResponse, MIN_CHUNK_SIZE, MAX_CHUNK_SIZE } from './common';
{
"name": "@api.video/video-uploader",
"version": "1.0.3",
"version": "1.0.4",
"description": "api.video video uploader",

@@ -5,0 +5,0 @@ "repository": {

export { UploadProgressEvent, VideoUploader, VideoUploaderOptionsWithAccessToken, VideoUploaderOptionsWithUploadToken } from "./video-uploader";
export { ProgressiveUploadProgressEvent, ProgressiveUploader, ProgressiveUploaderOptionsWithAccessToken, ProgressiveUploaderOptionsWithUploadToken } from './progressive-video-uploader';
export { MIN_CHUNK_SIZE, MAX_CHUNK_SIZE } from './common';
export { VideoUploadResponse, MIN_CHUNK_SIZE, MAX_CHUNK_SIZE } from './common';

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