Socket
Socket
Sign inDemoInstall

@u-wave/react-youtube

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@u-wave/react-youtube - npm Package Compare versions

Comparing version 0.7.0-alpha.0 to 0.7.0

3

CHANGELOG.md

@@ -7,2 +7,5 @@ # @u-wave/react-youtube change log

## 0.7.0 - 2019-06-12
* Add typescript definitions.
## 0.6.0 - 2018-06-11

@@ -9,0 +12,0 @@ * Cue instead of load video when autoplay is disabled, see [#24](https://github.com/u-wave/react-youtube/issues/24).

8

package.json
{
"name": "@u-wave/react-youtube",
"version": "0.7.0-alpha.0",
"version": "0.7.0",
"description": "YouTube player component for React.",

@@ -10,4 +10,6 @@ "main": "dist/react-youtube.js",

"build": "rollup -c",
"lint": "eslint --cache --fix .",
"test": "npm run lint && cross-env NODE_ENV=test mocha",
"test:lint": "eslint --cache --fix .",
"test:types": "tsd",
"test:mocha": "cross-env NODE_ENV=test mocha",
"test": "npm run test:types && npm run test:mocha && npm run test:lint",
"docs": "node tools/generate-docs.js > generated-docs.md",

@@ -14,0 +16,0 @@ "example": "npm install && cd example && npm install"

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