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

@unpourtous/react-native-popup-stub

Package Overview
Dependencies
Maintainers
4
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unpourtous/react-native-popup-stub - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

2

package.json
{
"name": "@unpourtous/react-native-popup-stub",
"version": "1.0.16",
"version": "1.0.17",
"description": "A popup container for implements your own popups like ActionSheet, Dialog, Alert, Toast ...",

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

@@ -75,3 +75,3 @@ /* global __DEV__ */

if (!element || !PopupStub.stub) return
if (option && typeof option === 'string') {

@@ -145,2 +145,5 @@ // This warning is for original version, and will be removed in future

removePopup (id, forceUpdate = true) {
// temporarily disable playback animations
return this.removePopupImmediately(id)
if (!id || !PopupStub.stub) return

@@ -334,3 +337,3 @@

}
function onAutoClose (popup) {

@@ -337,0 +340,0 @@ if (popup && popup.lock === 'auto' && !popup._closing) {

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