rc-progress
Advanced tools
Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "rc-progress", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "progress ui component for react", | ||
@@ -24,10 +24,18 @@ "keywords": [ | ||
"files": [ | ||
"dist", | ||
"lib", | ||
"assets", | ||
"assets/*.css", | ||
"es" | ||
], | ||
"config": { | ||
"port": 8000 | ||
"port": 8000, | ||
"entry": { | ||
"rc-progress": [ | ||
"./src/index.js", | ||
"./assets/index.less" | ||
] | ||
} | ||
}, | ||
"scripts": { | ||
"dist": "rc-tools run dist", | ||
"build": "rc-tools run build", | ||
@@ -58,5 +66,5 @@ "gh-pages": "rc-tools run gh-pages", | ||
"dependencies": { | ||
"babel-runtime": "^6.23.0", | ||
"babel-runtime": "6.x", | ||
"prop-types": "^15.5.8" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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 2 instances 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
297302
22
3350
1
10
3
Updatedbabel-runtime@6.x