Socket
Socket
Sign inDemoInstall

videojs-swf

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

videojs-swf - npm Package Compare versions

Comparing version 4.3.4 to 4.3.5

videojs-swf.iml

6

Gruntfile.js

@@ -183,3 +183,4 @@ module.exports = function (grunt) {

var async = require('async');
console.log('mx');
var pkg = grunt.file.readJSON('package.json');
var

@@ -211,5 +212,8 @@ options = this.options,

}
cmdLineOpts.push('-define=CONFIG::version, "' + pkg.version + '"');
cmdLineOpts.push('--');
cmdLineOpts.push.apply(cmdLineOpts, srcList);
grunt.verbose.writeln('package version: ' + pkg.version);
grunt.verbose.writeln('mxmlc path: ' + flexSdk.bin.mxmlc);

@@ -216,0 +220,0 @@ grunt.verbose.writeln('options: ' + JSON.stringify(cmdLineOpts));

5

package.json
{
"name": "videojs-swf",
"description": "The Flash-fallback video player for video.js (http://videojs.com)",
"version": "4.3.4",
"version": "4.3.5",
"copyright": "Copyright 2014 Brightcove, Inc. https://github.com/videojs/video-js-swf/blob/master/LICENSE",

@@ -31,4 +31,5 @@ "keywords": [

"grunt-shell": "~0.6.1",
"grunt-prompt": "~0.1.2"
"grunt-prompt": "~0.1.2",
"grunt-npm": "~0.0.2"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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