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

@arelstone/react-native-swipe-button

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arelstone/react-native-swipe-button - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

dist/index.d.ts

8

package.json
{
"name": "@arelstone/react-native-swipe-button",
"version": "0.0.1",
"version": "0.1.0",
"description": "A UI component for displaying a button that can be swiped.",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint .",
"test": "jest --notify --detectOpenHandles --color --runInBand --forceExit"
"test": "jest --notify --detectOpenHandles --color --runInBand --forceExit",
"build": "tsc"
},

@@ -10,0 +12,0 @@ "keywords": [

@@ -38,1 +38,3 @@ # @arelstone/react-native-swipe-button

| titleStyle | StyleProp<TextStyle> | Styling for the title text |
| circleBackgroundColor | string | Background color for the circle |
| goBackToStart | bololean | If set to TRUE, after swipe is completed, the circle goes back to the start position |
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