Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

render-media

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

render-media - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

4

package.json
{
"name": "render-media",
"description": "Intelligently render media files in the browser",
"version": "3.1.0",
"version": "3.1.1",
"author": {

@@ -21,3 +21,3 @@ "name": "Feross Aboukhadijeh",

"devDependencies": {
"airtap": "0.0.5",
"airtap": "0.0.7",
"brfs": "^1.4.1",

@@ -24,0 +24,0 @@ "from2": "^2.1.0",

@@ -93,3 +93,3 @@ # render-media [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]

- `autoplay`: Autoplay video/audio files (default: `true`)
- `autoplay`: Autoplay video/audio files (default: `false`)
- `muted`: Mute video/audio files (default: `false`)

@@ -108,3 +108,3 @@ - `controls`: Show video/audio player controls (default: `true`)

#### `render.render(file, elem, [function callback (err, elem) {}])`
#### `render.render(file, elem, [opts], [function callback (err, elem) {}])`

@@ -111,0 +111,0 @@ Like `render.append` but renders directly into given element (or CSS selector).

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