New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-video

Package Overview
Dependencies
Maintainers
1
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-video - npm Package Compare versions

Comparing version 0.4.10 to 0.4.11

2

package.json
{
"name": "react-native-video",
"version": "0.4.10",
"version": "0.4.11",
"description": "A <Video /> element for react-native",

@@ -5,0 +5,0 @@ "main": "Video.ios.js",

@@ -102,5 +102,5 @@ var React = require('react-native');

},
onLoad: this._onLoad,
onProgress: this._onProgress,
onEnd: this._onEnd,
onVideoLoad: this._onLoad,
onVideoProgress: this._onProgress,
onVideoEnd: this._onEnd,
});

@@ -107,0 +107,0 @@

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