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

react-native-simple-stepper

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-simple-stepper - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

53

package.json
{
"name": "react-native-simple-stepper",
"version": "4.1.0",
"version": "4.2.0",
"description": "A parity version of the iOS UIStepper.",

@@ -17,9 +17,6 @@ "main": "SimpleStepper.tsx",

"keywords": [
"react-component",
"control",
"react-native-component",
"ios",
"android",
"UIStepper",
"react-native",
"UIStepper",
"iOS UIStepper",
"Android stepper",
"stepper",

@@ -39,23 +36,21 @@ "simple-stepper",

"devDependencies": {
"@babel/preset-typescript": "7.21.0",
"@jest/globals": "29.6.1",
"@react-native/eslint-config": "0.72.2",
"@testing-library/jest-native": "5.4.2",
"@testing-library/react-native": "12.2.0",
"@tsconfig/react-native": "3.0.2",
"@types/jest": "29.5.3",
"@types/react": "18.2.15",
"@types/react-test-renderer": "18.0.0",
"babel-jest": "29.6.1",
"eslint": "8.45.0",
"jest": "29.6.1",
"metro-react-native-babel-preset": "0.73.7",
"prettier": "2.8.7",
"react": "18.2.0",
"react-native": "0.72.3",
"react-test-renderer": "18.2.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "4.8.4"
}
}
"@react-native/babel-preset": "0.76.2",
"@react-native/eslint-config": "0.76.2",
"@react-native/typescript-config": "0.76.2",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react-native": "12.8.1",
"@types/jest": "29.5.14",
"@types/react": "18.3.12",
"@types/react-test-renderer": "18.0.7",
"babel-jest": "29.7.0",
"eslint": "8.57.1",
"jest": "29.7.0",
"prettier": "3.3.3",
"react": "18.3.1",
"react-native": "0.76.2",
"react-test-renderer": "18.3.1",
"ts-jest": "29.2.5",
"typescript": "5.5.4"
},
"packageManager": "yarn@4.5.1"
}

@@ -31,9 +31,8 @@ # react-native-simple-stepper

```javascript
import React from 'react';
import SimpleStepper from 'react-native-simple-stepper';
function Example() {
export default function Example(): React.JSX.Element {
return <SimpleStepper valueChanged={value => console.log(value)} />;
}
export default Example;
```

@@ -48,9 +47,8 @@

```javascript
import React from 'react';
import SimpleStepper from 'react-native-simple-stepper';
function TextPositionExample() {
export default function TextPositionExample(): React.JSX.Element {
return <SimpleStepper showText={true} textPosition={'right'} />;
}
export default TextPositionExample;
```

Sorry, the diff of this file is not supported yet

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