Socket
Socket
Sign inDemoInstall

@api.video/media-recorder

Package Overview
Dependencies
2
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

3

CHANGELOG.md
# Changelog
All changes to this project will be documented in this file.
## [1.0.7] - 2022-10-10
- Allow the user to customize the recorded video's name
## [1.0.6] - 2022-07-06

@@ -5,0 +8,0 @@ - Update dependancies

5

package.json
{
"name": "@api.video/media-recorder",
"version": "1.0.6",
"version": "1.0.7",
"description": "api.video media recorder - upload video from your webcam with ease",

@@ -22,2 +22,3 @@ "repository": {

"build": "npm run tslint && webpack --mode production",
"prepublishOnly": "npm run build",
"test": "npm run build && mocha -r ts-node/register -r jsdom-global/register 'test/**/*.ts'"

@@ -42,5 +43,5 @@ },

"dependencies": {
"@api.video/video-uploader": "^1.0.11",
"@api.video/video-uploader": "^1.1.0",
"core-js": "^3.23.3"
}
}

@@ -141,6 +141,7 @@ [![badge](https://img.shields.io/twitter/follow/api_video?style=social)](https://twitter.com/intent/follow?screen_name=api_video)   [![badge](https://img.shields.io/github/stars/apivideo/api.video-typescript-media-recorder?style=social)](https://github.com/apivideo/api.video-typescript-media-recorder)   [![badge](https://img.shields.io/discourse/topics?server=https%3A%2F%2Fcommunity.api.video)](https://community.api.video)

| Option name | Mandatory | Type | Description |
| ----------: | --------- | ------ | ----------------------------------------------------- |
| apiHost | no | string | api.video host (default: ws.api.video) |
| retries | no | number | number of retries when an API call fails (default: 5) |
| Option name | Mandatory | Type | Description |
| ----------: | --------- | ------ | ------------------------------------------------------------------- |
| apiHost | no | string | api.video host (default: ws.api.video) |
| retries | no | number | number of retries when an API call fails (default: 5) |
| videoName | no | string | the name of your recorded video (overrides the default "file" name) |

@@ -147,0 +148,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc