New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

xgplayer-m4a

Package Overview
Dependencies
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xgplayer-m4a - npm Package Compare versions

Comparing version 1.1.6 to 1.2.0

2

package.json
{
"name": "xgplayer-m4a",
"version": "1.1.6",
"version": "1.2.0",
"description": "xgplayer plugin for m4a transform to fmp4",

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

@@ -417,8 +417,10 @@ import 'core-js/modules/es6.promise.js'

let offlineVid = vid || name
player.database.openDB(() => {
player.database.addData(player.database.myDB.ojstore.name, [{vid: offlineVid, blob: new Blob([m4aCache.buffer], {type: 'audio/mp4; codecs="mp4a.40.5"'})}])
setTimeout(() => {
player.database.closeDB()
}, 5000)
})
if(player.database) {
player.database.openDB(() => {
player.database.addData(player.database.myDB.ojstore.name, [{vid: offlineVid, blob: new Blob([m4aCache.buffer], {type: 'audio/mp4; codecs="mp4a.40.5"'})}])
setTimeout(() => {
player.database.closeDB()
}, 5000)
})
}
}

@@ -425,0 +427,0 @@ })

{
"version": "1.1.6"
"version": "1.2.0"
}

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