Socket
Socket
Sign inDemoInstall

ogv

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ogv - npm Package Compare versions

Comparing version 1.1.2-alpha.5 to 1.1.2-alpha.6

2

dist/ogv-support.js

@@ -56,3 +56,3 @@ /******/ (function(modules) { // webpackBootstrap

var OGVCompat = __webpack_require__(1),
OGVVersion = ("1.1.2-alpha.5-20160604131550-73826f7");
OGVVersion = ("1.1.2-alpha.6-20160606155429-79e601f");

@@ -59,0 +59,0 @@ if (window) {

@@ -55,3 +55,3 @@ /******/ (function(modules) { // webpackBootstrap

var OGVVersion = ("1.1.2-alpha.5-20160604131550-73826f7");
var OGVVersion = ("1.1.2-alpha.6-20160606155429-79e601f");

@@ -58,0 +58,0 @@ if (window) {

@@ -250,3 +250,3 @@ /******/ (function(modules) { // webpackBootstrap

var OGVVersion = ("1.1.2-alpha.5-20160604131550-73826f7");
var OGVVersion = ("1.1.2-alpha.6-20160606155429-79e601f");

@@ -253,0 +253,0 @@ (function() {

@@ -249,3 +249,3 @@ /******/ (function(modules) { // webpackBootstrap

var OGVVersion = ("1.1.2-alpha.5-20160604131550-73826f7");
var OGVVersion = ("1.1.2-alpha.6-20160606155429-79e601f");

@@ -252,0 +252,0 @@ (function() {

@@ -10,2 +10,12 @@ ogv.js

* 1.1.2-alpha.6 - 2016-06-06
* smoothed out CPU spikes from demuxer on slow machines (iPad 3)
* use XHR progress events to avoid hitting xhr.responseText early
* stream chunking fixes
* fixes for end of file
* pre-decode 1s of audio to smooth out beginning of playback a bit
* IE/Edge now uses Range-based chunking instead of MSStream for better proxy compatibility
* Fix for start of file when returned buffers are small
* Fix ended event for reals
* Fix end state when using muted audio
* 1.1.2-alpha.5 - 2016-06-04

@@ -12,0 +22,0 @@ * updated audio-feeder to 0.4.2 with IE and Web Audio fixes

{
"name": "ogv",
"version": "1.1.2-alpha.5",
"version": "1.1.2-alpha.6",
"description": "JavaScript media player using Ogg/Vorbis/Theora/Opus/WebM libs compiled with Emscripten",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -10,2 +10,12 @@ ogv.js

* 1.1.2-alpha.6 - 2016-06-06
* smoothed out CPU spikes from demuxer on slow machines (iPad 3)
* use XHR progress events to avoid hitting xhr.responseText early
* stream chunking fixes
* fixes for end of file
* pre-decode 1s of audio to smooth out beginning of playback a bit
* IE/Edge now uses Range-based chunking instead of MSStream for better proxy compatibility
* Fix for start of file when returned buffers are small
* Fix ended event for reals
* Fix end state when using muted audio
* 1.1.2-alpha.5 - 2016-06-04

@@ -12,0 +22,0 @@ * updated audio-feeder to 0.4.2 with IE and Web Audio fixes

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

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

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

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