react-video-preview
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-video-preview", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Little video preview using webRTC", | ||
"main": "dist/video-preview.min.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "webpack --config webpack.dist.js", | ||
"clean": "rimraf lib", | ||
"build": "babel src --out-dir lib", | ||
"build:dist": "webpack --config webpack.dist.js", | ||
"prepublish": "npm run clean && npm run build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/StefanYohansson/react-video-preview" | ||
}, | ||
"keywords": [ | ||
@@ -15,2 +22,5 @@ "videopreview", | ||
"author": "Stefan Yohansson <snotr@sadfeelings.me>", | ||
"bugs": { | ||
"url": "https://github.com/StefanYohansson/react-video-preview/issues" | ||
}, | ||
"license": "MIT", | ||
@@ -28,2 +38,3 @@ "peerDependencies": { | ||
"babel-preset-stage-3": "^6.24.1", | ||
"rimraf": "^2.6.1", | ||
"uglifyjs-webpack-plugin": "^0.4.6", | ||
@@ -30,0 +41,0 @@ "webpack": "^3.0.0" |
Sorry, the diff of this file is not supported yet
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
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
426711
8411
1
19
9
11