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

@arlenwang/react-native-swipeout

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arlenwang/react-native-swipeout - npm Package Compare versions

Comparing version 2.4.2 to 2.4.3

2

package.json
{
"name": "@arlenwang/react-native-swipeout",
"version": "2.4.2",
"version": "2.4.3",
"description": "iOS-style swipeout buttons behind component",

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

@@ -30,3 +30,3 @@ import tweenState from 'react-tween-state';

underlayColor: PropTypes.string,
buttonWidth: PropTypes.number,
buttonAddWidth: PropTypes.number,
},

@@ -416,3 +416,3 @@

buttons.forEach((item,index)=>{
if(item.buttonWidth)addWidth +=item.buttonWidth
if(item.buttonAddWidth)addWidth +=item.buttonAddWidth
})

@@ -419,0 +419,0 @@ if(addWidth>0)style.left = style.left- addWidth;

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