Socket
Socket
Sign inDemoInstall

react-native-popup-menu

Package Overview
Dependencies
0
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.13.0 to 0.13.1

.npmignore

2

package.json
{
"name": "react-native-popup-menu",
"version": "0.13.0",
"version": "0.13.1",
"description": "extensible popup/context menu for react native",

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

@@ -19,4 +19,4 @@ import React, { Component, createContext } from 'react';

if (!createContext) {
console.warn('New React context API not available - are you using RN 0.55+ ?')
if (!React.forwardRef) {
throw new Error('This version of popup-menu requires RN 0.55+. Check our compatibility table.')
}

@@ -23,0 +23,0 @@ export const PopupMenuContext = createContext({})

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc