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.2 to 1.0.3

.github/workflows/create-release-from-changelog.yml

3

CHANGELOG.md
# Changelog
All changes to this project will be documented in this file.
## [1.0.3] - 2022-01-25
- Fix typo in `VideoUploadResponse`type: `hsl` instead of `hls`
## [1.0.2] - 2021-11-24

@@ -5,0 +8,0 @@ - Fix: prevent concurrent requests

2

dist/src/common.d.ts

@@ -28,5 +28,5 @@ export declare const MIN_CHUNK_SIZE: number;

readonly player: string;
readonly hsl: string;
readonly hls: string;
readonly thumbnail: string;
};
};
{
"name": "@api.video/video-uploader",
"version": "1.0.2",
"version": "1.0.3",
"description": "api.video video uploader",

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

@@ -29,5 +29,5 @@ export const MIN_CHUNK_SIZE = 1024 * 1024 * 5; // 5mb

readonly player: string;
readonly hsl: string;
readonly hls: string;
readonly thumbnail: string;
};
};
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