react-mobile-picker
Advanced tools
Comparing version 0.2.1 to 1.0.0-alpha.1
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" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
51463
2
22
9
1043
Yes
2
1
0
5
+ Addedreact@18.3.1(transitive)
+ Addedreact-dom@18.3.1(transitive)
+ Addedscheduler@0.23.2(transitive)
- Removedprop-types@^15.6.0
- Removedobject-assign@4.1.1(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@17.0.2(transitive)
- Removedreact-dom@17.0.2(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedscheduler@0.20.2(transitive)