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

react-native-modal-selector

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-modal-selector - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

.eslintrc.cjs

1

index.d.ts

@@ -382,3 +382,4 @@ import React from 'react';

open: (args0?: {longPress?: boolean, [args1:string]: any})=> void;
close: (item: TOption) => void;
getSelectedItem: () => TOption;
}

24

package.json
{
"name": "react-native-modal-selector",
"version": "2.1.0",
"version": "2.1.1",
"description": "A cross-platform (iOS / Android), selector/picker component for React Native that is highly customizable and supports sections.",

@@ -34,3 +34,4 @@ "main": "index.js",

"Alex Spring <notlose@hotmail.com>",
"Peace Chen (https://github.com/peacechen)"
"Peace Chen (https://github.com/peacechen)",
"mikaello"
],

@@ -46,13 +47,12 @@ "license": "MIT",

"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.4.1",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-flowtype": "^5.4.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.2.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.0.1"
"@babel/core": "^7.18.5",
"@babel/eslint-parser": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"eslint": "^8.18.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-native": "^4.0.0"
}
}
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