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

react-mobile-picker

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mobile-picker - npm Package Compare versions

Comparing version 0.2.1 to 1.0.0-alpha.1

dist/components/Picker.d.ts

119

package.json
{
"name": "react-mobile-picker",
"version": "0.2.1",
"version": "1.0.0-alpha.1",
"description": "An iOS like select box component for React",
"main": "lib/react-mobile-picker.js",
"repository": {
"type": "git",
"url": "adcentury/react-mobile-picker"
},
"dependencies": {
"prop-types": "^15.6.0"
},
"type": "module",
"files": [
"LICENCE",
"README.md",
"src",
"lib"
"dist",
"README.md"
],
"keywords": [
"react",
"react mobile picker",
"mobile picker",
"picker",
"react-component",
"react components",
"react ui",
"mobile ui"
],
"types": "./src/index.d.ts",
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel-core": "^6.3.17",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.0",
"babel-plugin-react-transform": "^2.0.0-beta1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"css-loader": "^0.23.0",
"eslint": "^1.10.3",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-react": "^3.11.3",
"express": "^4.13.3",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redbox-react": "^1.2.0",
"rimraf": "^2.4.4",
"style-loader": "^0.13.0",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
"main": "./dist/react-mobile-picker.umd.cjs",
"module": "./dist/react-mobile-picker.js",
"typings": "./dist/react-mobile-picker.d.ts",
"exports": {
".": {
"import": "./dist/react-mobile-picker.js",
"require": "./dist/react-mobile-picker.umd.cjs"
}
},
"peerDependencies": {
"react": ">=0.14.0 <18.0.0",
"react-dom": ">=0.14.0 <18.0.0"
},
"repository": "https://github.com/adcentury/react-mobile-picker",
"license": "MIT",
"scripts": {
"clean": "rimraf lib",
"start": "node examples/server.js",
"lint": "eslint src",
"build-examples": "rimraf examples/dist && eslint examples && set NODE_ENV=production && webpack --progress --hide-modules --config examples/webpack.build.js",
"build": "yarn clean && yarn lint && set NODE_ENV=production && webpack --progress --hide-modules --config webpack.build.js",
"test": "yarn lint"
"dev": "vite",
"build:lib": "tsc && vite build",
"build:examples": "tsc && vite build --config vite.config.examples.ts",
"lint": "eslint lib examples --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "husky install"
},
"author": {
"name": "Lei Lei",
"email": "adcentury100@gmail.com"
"lint-staged": {
"lib/**/*.{ts,tsx}": [
"eslint --fix"
],
"examples/**/*.{ts,tsx}": [
"eslint --fix"
]
},
"license": "MIT"
"peerDependencies": {
"react": "^16 || ^17 || ^18",
"react-dom": "^16 || ^17 || ^18"
},
"devDependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@types/node": "^20.4.4",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react": "^4.0.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"husky": "^8.0.3",
"less": "^4.1.3",
"lint-staged": "^14.0.1",
"postcss": "^8.4.26",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.4.0",
"vite-plugin-dts": "^3.3.1"
}
}
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