@videojs/http-streaming
Advanced tools
Comparing version 0.7.2 to 0.8.0
@@ -0,1 +1,9 @@ | ||
<a name="0.8.0"></a> | ||
# [0.8.0](https://github.com/videojs/http-streaming/compare/v0.7.2...v0.8.0) (2018-03-30) | ||
### Code Refactoring | ||
* export corrections ([#68](https://github.com/videojs/http-streaming/issues/68)) ([aab3b90](https://github.com/videojs/http-streaming/commit/aab3b90)) | ||
* use rollup for build ([#69](https://github.com/videojs/http-streaming/issues/69)) ([c28c25c](https://github.com/videojs/http-streaming/commit/c28c25c)) | ||
CHANGELOG | ||
@@ -2,0 +10,0 @@ ========= |
126
package.json
{ | ||
"name": "@videojs/http-streaming", | ||
"version": "0.7.2", | ||
"version": "0.8.0", | ||
"description": "Play back HLS with video.js, even where it's not natively supported", | ||
"main": "es5/videojs-http-streaming.js", | ||
"engines": { | ||
"node": ">= 0.10.12" | ||
}, | ||
"main": "dist/videojs-http-streaming.cjs.js", | ||
"module": "dist/videojs-http-streaming.es.js", | ||
"repository": { | ||
@@ -15,39 +13,29 @@ "type": "git", | ||
"prebuild": "npm run clean", | ||
"build": "npm-run-all -p build:*", | ||
"build:js": "npm-run-all build:js:babel build:js:browserify build:js:bannerize build:js:collapse build:js:uglify", | ||
"build:js:babel": "babel src -d es5", | ||
"build:js:bannerize": "bannerize dist/videojs-http-streaming.js --banner=scripts/banner.ejs", | ||
"build:js:browserify": "browserify . -s videojs-http-streaming -g browserify-shim -o dist/videojs-http-streaming.js", | ||
"build:js:collapse": "bundle-collapser dist/videojs-http-streaming.js -o dist/videojs-http-streaming.min.js", | ||
"build:js:uglify": "uglifyjs dist/videojs-http-streaming.min.js --support-ie8 --comments -m -c -o dist/videojs-http-streaming.min.js", | ||
"build:test:browserify": "browserify test/browserify-test.js -o dist-test/browserify-test.js", | ||
"build:test:webpack": "webpack test/webpack-test.js dist-test/webpack-test.js", | ||
"build:test": "npm-run-all build:test:manifest build:test:js build:test:browserify build:test:webpack", | ||
"build:test:js": "node scripts/build-test.js", | ||
"build:test:manifest": "node -e \"var b=require('./scripts/manifest-data.js'); b.build();\"", | ||
"clean": "npm-run-all -p clean:*", | ||
"clean:build": "node -e \"var s=require('shelljs'),d=['dist','dist-test','es5'];s.rm('-rf',d);s.mkdir('-p',d);\"", | ||
"build": "run-s build:webworker build:js", | ||
"build:js": "rollup -c scripts/rollup.config.js", | ||
"build:webworker": "rollup -c scripts/webworker.rollup.config.js", | ||
"clean": "run-p clean:dist clean:test", | ||
"clean:dist": "rimraf dist dist-test", | ||
"clean:test": "node -e \"var b=require('./scripts/manifest-data.js'); b.clean();\"", | ||
"docs": "npm-run-all docs:*", | ||
"postclean": "mkdirp dist", | ||
"docs": "run-p docs:*", | ||
"docs:api": "jsdoc src -r -d docs/api", | ||
"docs:toc": "doctoc README.md", | ||
"lint": "vjsstandard", | ||
"start": "npm-run-all -p watch start:*", | ||
"start:serve": "babel-node scripts/server.js", | ||
"pretest": "npm-run-all lint build", | ||
"prestart": "npm run build", | ||
"start": "run-p start:server watch", | ||
"start:server": "node scripts/server.js", | ||
"pretest": "run-s lint build:test:js", | ||
"test": "karma start test/karma.conf.js", | ||
"prebuild:test:js": "run-s build:webworker build:test:manifest", | ||
"build:test:js": "rollup -c scripts/test.rollup.config.js", | ||
"build:test:manifest": "node -e \"var b=require('./scripts/manifest-data.js'); b.build();\"", | ||
"watch": "run-p watch:js watch:test:manifest watch:test:js watch:js:switcher", | ||
"watch:js": "rollup -c scripts/rollup.config.js -w", | ||
"watch:js:switcher": "rollup -c scripts/switcher.rollup.config.js -w", | ||
"watch:test:js": "rollup -c scripts/test.rollup.config.js -w", | ||
"watch:test:manifest": "node -e \"var b=require('./scripts/manifest-data.js'); b.watch();\"", | ||
"preversion": "npm test", | ||
"version": "npm run build", | ||
"watch": "npm-run-all -p watch:*", | ||
"watch:docs": "nodemon --watch src/ --exec npm run docs", | ||
"watch:js": "npm-run-all -p watch:js:babel watch:js:browserify watch:js:switcher", | ||
"watch:js:babel": "npm run build:js:babel -- --watch", | ||
"watch:js:browserify": "watchify . -v -g browserify-shim -o dist/videojs-http-streaming.js", | ||
"watch:js:switcher": "watchify utils/switcher/switcher.js -v -t babelify -g browserify-shim -o dist/switcher.js", | ||
"watch:test:browserify": "watchify test/browserify-test.js -o dist-test/browserify-test.js", | ||
"watch:test:webpack": "watchify test/webpack-test.js -o dist-test/webpack-test.js", | ||
"watch:test": "npm-run-all -p watch:test:manifest watch:test:js watch:test:webpack watch:test:browserify", | ||
"watch:test:js": "node scripts/watch-test.js", | ||
"watch:test:manifest": "node -e \"var b=require('./scripts/manifest-data.js'); b.watch();\"", | ||
"prepublish": "not-in-install && npm run build || in-install" | ||
"version": "node scripts/version.js", | ||
"prepublish": "in-publish && npm run build || not-in-publish" | ||
}, | ||
@@ -60,12 +48,2 @@ "keywords": [ | ||
"license": "Apache-2.0", | ||
"browserify": { | ||
"transform": [ | ||
"browserify-versionify" | ||
] | ||
}, | ||
"browserify-shim": { | ||
"qunit": "global:QUnit", | ||
"sinon": "global:sinon", | ||
"video.js": "global:videojs" | ||
}, | ||
"vjsstandard": { | ||
@@ -76,3 +54,2 @@ "ignore": [ | ||
"docs", | ||
"es5", | ||
"test/karma.conf.js", | ||
@@ -85,8 +62,6 @@ "scripts", | ||
"files": [ | ||
"dist/", | ||
"es5/" | ||
"dist/" | ||
], | ||
"dependencies": { | ||
"aes-decrypter": "1.0.3", | ||
"browserify-versionify": "^1.0.6", | ||
"global": "^4.3.0", | ||
@@ -97,25 +72,19 @@ "m3u8-parser": "4.2.0", | ||
"url-toolkit": "^2.1.3", | ||
"video.js": "^6.2.0", | ||
"webwackify": "0.1.5" | ||
"video.js": "^6.2.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"@gkatsev/rollup-plugin-bundle-worker": "^1.0.2", | ||
"babel-core": "^6.26.0", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babelify": "^8.0.0", | ||
"bannerize": "^1.0.0", | ||
"browserify": "^11.0.0", | ||
"browserify-istanbul": "^2.0.0", | ||
"browserify-shim": "^3.0.0", | ||
"bundle-collapser": "^1.2.1", | ||
"connect": "^3.4.0", | ||
"cowsay": "^1.1.0", | ||
"chg": "^0.3.3", | ||
"connect": "^3.6.6", | ||
"conventional-changelog-cli": "^1.3.20", | ||
"conventional-changelog-videojs": "^3.0.0", | ||
"cowsay": "^1.3.0", | ||
"d3": "^3.4.8", | ||
"doctoc": "^0.15.0", | ||
"glob": "^6.0.3", | ||
"in-publish": "^2.0.0", | ||
"isparta": "^4.0.0", | ||
"istanbul": "^0.4.5", | ||
"jsdoc": "^3.4.0", | ||
"karma": "^1.7.1", | ||
"karma-browserify": "^4.4.0", | ||
"karma-browserstack-launcher": "^1.3.0", | ||
@@ -129,18 +98,21 @@ "karma-chrome-launcher": "^2.2.0", | ||
"lodash-compat": "^3.10.0", | ||
"minimist": "^1.2.0", | ||
"nodemon": "^1.9.1", | ||
"npm-run-all": "^1.2.0", | ||
"portscanner": "^1.0.0", | ||
"npm-run-all": "^4.1.2", | ||
"portscanner": "^2.1.1", | ||
"qunitjs": "^2.0.1", | ||
"serve-static": "^1.10.0", | ||
"shelljs": "^0.5.3", | ||
"sinon": "1.10.3", | ||
"uglify-js": "^2.5.0", | ||
"rollup": "^0.57.1", | ||
"rollup-plugin-babel": "^3.0.3", | ||
"rollup-plugin-commonjs": "^9.1.0", | ||
"rollup-plugin-json": "^2.3.0", | ||
"rollup-plugin-multi-entry": "^2.0.2", | ||
"rollup-plugin-node-resolve": "^3.3.0", | ||
"rollup-plugin-uglify": "^3.0.0", | ||
"rollup-watch": "^4.3.1", | ||
"semver": "^5.5.0", | ||
"serve-static": "^1.13.2", | ||
"sinon": "^1.10.3", | ||
"uglify-es": "^3.3.9", | ||
"videojs-contrib-eme": "^3.0.0", | ||
"videojs-contrib-quality-levels": "^2.0.4", | ||
"videojs-standard": "^4.0.3", | ||
"videojs-swf": "^5.2.0", | ||
"watchify": "^3.6.0", | ||
"webpack": "^1.13.2" | ||
"videojs-standard": "^4.0.3" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
1980142
7
40
46882
0
8
1
- Removedbrowserify-versionify@^1.0.6
- Removedwebwackify@0.1.5
- Removedbrowserify-versionify@1.0.6(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedfind-root@0.1.2(transitive)
- Removedinherits@2.0.4(transitive)
- Removedisarray@0.0.1(transitive)
- Removedreadable-stream@1.0.34(transitive)
- Removedstring_decoder@0.10.31(transitive)
- Removedthrough2@0.6.3(transitive)
- Removedwebwackify@0.1.5(transitive)