Socket
Socket
Sign inDemoInstall

video.js

Package Overview
Dependencies
1
Maintainers
5
Versions
471
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.4.0 to 4.4.1

.bunyipconfig.js

3

CHANGELOG.md

@@ -9,2 +9,5 @@ CHANGELOG

## 4.4.2 (2014-02-18)
* Added .npmignore so dist files wouldn't be ignored in packages
## 4.5.0 (2014-02-18)

@@ -11,0 +14,0 @@ * Made the poster updateable after initialization ([view](https://github.com/videojs/video.js/pull/838))

14

contrib.json

@@ -67,3 +67,3 @@ {

{
"desc": "Add the release files",
"desc": "Add the (otherwise ignored) release files",
"exec": "git add dist/video-js --force"

@@ -85,3 +85,3 @@ },

"desc": "Push changes to the remote",
"exec": "git push stable"
"exec": "git push origin stable"
},

@@ -101,4 +101,12 @@ {

{
"desc": "Remove built dist files to re-ignore them",
"exec": "grunt clean:dist"
},
{
"desc": "Commit the removed dist files",
"exec": "git add -u && git commit -m 'Removed dist files'"
},
{
"desc": "Push development branch changes",
"exec": "git push master"
"exec": "git push origin master"
}

@@ -105,0 +113,0 @@ ]

@@ -326,2 +326,7 @@ module.exports = function(grunt) {

// ds_store files sometime find their way in
if (grunt.file.exists('dist/video-js/.DS_Store')) {
grunt.file['delete']('dist/video-js/.DS_Store');
}
// CDN version uses already hosted font files

@@ -328,0 +333,0 @@ // Minified version only, doesn't need demo files

{
"name": "video.js",
"description": "An HTML5 and Flash video player with a common API and skin for both.",
"version": "4.4.0",
"version": "4.4.1",
"copyright": "Copyright 2014 Brightcove, Inc. https://github.com/videojs/video.js/blob/master/LICENSE",

@@ -6,0 +6,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc