react-dropdown-select
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "react-dropdown-select", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Customizable dropdown select for react", | ||
@@ -9,3 +9,3 @@ "main": "dist/react-dropdown-select.js", | ||
"start": "webpack-dev-server --mode development", | ||
"transpile": "rm -rf ./dist && webpack --mode production --config webpack.dist.config.js", | ||
"transpile": "BABEL_ENV=production rm -rf ./dist && babel src -d dist", | ||
"prepublishOnly": "npm run transpile", | ||
@@ -29,4 +29,4 @@ "build": "webpack --mode production", | ||
"peerDependencies": { | ||
"react": ">= 16.7.0", | ||
"react-dom": ">= 16.7.0", | ||
"react": ">= 16.3.0", | ||
"react-dom": ">= 16.3.0", | ||
"prop-types": ">= 15.6.2" | ||
@@ -33,0 +33,0 @@ }, |
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
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
62893
15
798
2
20