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

rc-swipeout

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-swipeout - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

HISTORY.md
# History
# 1.3.1
- update react-native-swipeout version
# 1.2.7

@@ -4,0 +8,0 @@

11

lib/Swipeout.js

@@ -33,5 +33,5 @@ 'use strict';

var _reactNativeSwipeOut = require('react-native-swipe-out');
var _reactNativeSwipeout = require('react-native-swipeout');
var _reactNativeSwipeOut2 = _interopRequireDefault(_reactNativeSwipeOut);
var _reactNativeSwipeout2 = _interopRequireDefault(_reactNativeSwipeout);

@@ -109,4 +109,4 @@ var _splitObject3 = require('./util/splitObject');

return (left.length || right.length) && !disabled ? _react2["default"].createElement(
_reactNativeSwipeOut2["default"],
return left.length || right.length ? _react2["default"].createElement(
_reactNativeSwipeout2["default"],
{

@@ -118,3 +118,4 @@ autoClose: autoClose,

onOpen: onOpen,
onClose: onClose
onClose: onClose,
disabled: disabled
},

@@ -121,0 +122,0 @@ children

{
"name": "rc-swipeout",
"version": "1.3.0",
"version": "1.3.1",
"description": "swipe out ui component for react(web and react-native)",

@@ -46,3 +46,3 @@ "keywords": [

"react-hammerjs": "^0.5.0",
"react-native-swipe-out": "~2.1.1"
"react-native-swipeout": "~2.1.1"
},

@@ -49,0 +49,0 @@ "devDependencies": {

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