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

vistar-html5player

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vistar-html5player - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

2

lib/app.js

@@ -17,3 +17,3 @@ (function() {

if (typeof window !== "undefined" && window !== null) {
window.Vistar = function() {
window.Vistar = function(config) {
var Binder, ads, injector, player, pop;

@@ -20,0 +20,0 @@ Binder = (function(_super) {

(function() {
var AdStream, Ajax, App, Player, ProofOfPlay, XMLHttpAjax, _ref;
var AdRequest, AdStream, Ajax, App, Player, ProofOfPlay, XMLHttpAjax, _ref;
AdRequest = require('./ad_request');
AdStream = require('./ad_stream');
App = require('./app');
Player = require('./player');

@@ -10,7 +14,6 @@

App = require('./app');
_ref = require('./ajax'), Ajax = _ref.Ajax, XMLHttpAjax = _ref.XMLHttpAjax;
module.exports = {
AdRequest: AdRequest,
AdStream: AdStream,

@@ -17,0 +20,0 @@ Ajax: Ajax,

@@ -7,3 +7,6 @@ (function() {

AdPlayer = React.createClass({
displayName: 'AdPlayer'
displayName: 'AdPlayer',
render: function() {
return null;
}
});

@@ -10,0 +13,0 @@

@@ -5,3 +5,3 @@ {

"description": "An HTML 5 Player for Vistar Media assets.",
"version": "1.0.1",
"version": "1.1.0",
"homepage": "http://kb.vistarmedia.com/display/sell/HTML5+Player",

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

@@ -19,1 +19,6 @@ # html5player

Cortex UI.
### As a standalone app
There is an example of using this in
[https://github.com/vistarmedia/html5player/blob/master/src/app.coffee](src/app.coffee).
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