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
3
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.5.0 to 0.5.1

2

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

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

@@ -83,3 +83,3 @@ var React = require('react-native');

var nativeProps = merge(this.props, {
var nativeProps = merge({},this.props, {
style,

@@ -86,0 +86,0 @@ resizeMode: resizeMode,

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