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

@chatterbug/react-native-video

Package Overview
Dependencies
Maintainers
9
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chatterbug/react-native-video - npm Package Compare versions

Comparing version 5.1.1-alpha.2 to 5.1.1-cb.1

2

CHANGELOG.md
## Changelog
- Fix Android AudioFocus bug that could cause player to not respond to play/pause in some instances [#2311](https://github.com/react-native-video/react-native-video/pull/2311)
### Version 5.1.0-alpha9

@@ -4,0 +6,0 @@

3

index.d.ts

@@ -142,2 +142,3 @@ // Type definitions for react-native-video 5.0

disableFocus?: boolean;
disableBuffering?: boolean;
controls?: boolean;

@@ -204,2 +205,2 @@ currentTime?: number;

dismissFullscreenPlayer(): void;
}
}
{
"name": "@chatterbug/react-native-video",
"version": "5.1.1-alpha.2",
"version": "5.1.1-cb.1",
"description": "A <Video /> element for react-native",

@@ -29,3 +29,3 @@ "main": "Video.js",

"type": "git",
"url": "git@github.com:react-native-community/react-native-video.git"
"url": "git@github.com:chatterbugapp/react-native-video.git"
},

@@ -65,2 +65,2 @@ "devDependencies": {

]
}
}

@@ -473,2 +473,3 @@ import React, { Component } from 'react';

disableFocus: PropTypes.bool,
disableBuffering: PropTypes.bool,
controls: PropTypes.bool,

@@ -475,0 +476,0 @@ audioOnly: PropTypes.bool,

Sorry, the diff of this file is not supported yet

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