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.5 to 4.4.0

CHANGELOG.md

14

Gruntfile.js

@@ -174,2 +174,3 @@ module.exports = function (grunt) {

grunt.loadNpmTasks('grunt-prompt');
grunt.loadNpmTasks('chg');

@@ -281,2 +282,3 @@ grunt.registerTask('dist', ['mxmlc']);

'shell:git-checkout-stable', // must start on the stable branch
'chg-release:'+type, // add release to changelog
'bumpup:'+type, // bump up the package version

@@ -286,8 +288,8 @@ 'dist', // build distribution

'tagrelease', // commit & tag the changes
'shell:git-push-stable',
'shell:git-push-tags',
'npm-publish',
'shell:git-checkout-master',
'shell:git-merge-stable',
'shell:git-push-master'
'shell:git-push-stable', // push changes to stable
'shell:git-push-tags', // push version tag
'npm-publish', // publish to npm
'shell:git-checkout-master', // switch to master branch
'shell:git-merge-stable', // merge stable into master
'shell:git-push-master' // push changes to master
]);

@@ -294,0 +296,0 @@ });

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

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

"grunt-prompt": "~0.1.2",
"grunt-npm": "~0.0.2"
"grunt-npm": "~0.0.2",
"chg": "~0.1.5"
}
}

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

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

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