Socket
Socket
Sign inDemoInstall

react-hover-video-player

Package Overview
Dependencies
5
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.3.0 to 8.0.0

dist/HoverVideoPlayer.d.ts

76

package.json
{
"name": "react-hover-video-player",
"version": "7.3.0",
"version": "8.0.0",
"description": "React component which manages playing a video when the user hovers over it and pausing when they stop.",
"main": "lib/index.js",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"files": [
"es",
"lib"
"dist"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo --webpack.html.template=demo/src/templates/dev-playground.html",
"start:demo": "nwb serve-react-demo",
"build": "npx rollup -c rollup.config.js",
"dev": "npx rollup -c rollup.dev.config.js -w",
"test": "jest --config=tests/jest.dev.config.js",
"test:release": "npm run build -- --no-demo && jest --config=tests/jest.prod.config.js",
"test:release": "npm run build && jest --config=tests/jest.prod.config.js",
"test:watch": "npm run test -- --watch --no-cache",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand --config=tests/jest.dev.config.js",
"commit": "npx git-cz"

@@ -22,42 +21,55 @@ },

"peerDependencies": {
"react": "^16.8.0"
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-html": "^0.2.3",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.2",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/github": "^7.0.7",
"@semantic-release/npm": "^7.0.5",
"@semantic-release/npm": "^7.1.1",
"@semantic-release/release-notes-generator": "^9.0.1",
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^10.0.2",
"@types/react": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.2.6",
"commitizen": "^4.1.2",
"core-js": "^3.6.5",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.2.0",
"docsify-cli": "^4.4.3",
"emotion": "^10.0.27",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^3.0.0",
"eslint-plugin-testing-library": "^3.0.2",
"husky": "^5.1.3",
"jest": "^25.2.7",
"jest": "^25.5.4",
"lint-staged": "^10.2.6",
"nwb": "^0.25.2",
"prettier": "^2.0.2",
"react": "^16.8.0",
"react-dom": "^16.13.1",
"react-markdown": "^4.3.1",
"react-syntax-highlighter": "^12.2.1",
"regenerator-runtime": "^0.13.5",
"semantic-release": "^17.0.7",
"use-http": "^1.0.12"
"react": "^16.14.0",
"react-dom": "^16.14.0",
"rollup": "^2.45.2",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-typescript2": "^0.30.0",
"semantic-release": "^17.4.2",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
},

@@ -106,2 +118,6 @@ "author": "Ryan Geyer",

"release": "patch"
},
{
"type": "refactor",
"release": "minor"
}

@@ -108,0 +124,0 @@ ],

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc