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

react-native-paper

Package Overview
Dependencies
Maintainers
7
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-paper - npm Package Compare versions

Comparing version 5.12.2 to 5.12.3

1

lib/commonjs/components/Tooltip/Tooltip.js

@@ -97,3 +97,2 @@ "use strict";

const handleTouchStart = () => {
console.log('start');
if (hideTooltipTimer.current.length) {

@@ -100,0 +99,0 @@ hideTooltipTimer.current.forEach(t => clearTimeout(t));

@@ -88,3 +88,2 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

const handleTouchStart = () => {
console.log('start');
if (hideTooltipTimer.current.length) {

@@ -91,0 +90,0 @@ hideTooltipTimer.current.forEach(t => clearTimeout(t));

2

package.json
{
"name": "react-native-paper",
"version": "5.12.2",
"version": "5.12.3",
"description": "Material design for React Native",

@@ -5,0 +5,0 @@ "main": "lib/commonjs/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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