Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-video-preview

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-video-preview - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

lib/index.js

17

package.json
{
"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"

examples/basic/index.html

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