react-cropper
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "react-cropper", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "", | ||
@@ -11,3 +11,4 @@ "main": "dist/react-cropper.js", | ||
"prepublish": "npm run build", | ||
"prebuild": "npm run lint" | ||
"prebuild": "npm run lint", | ||
"example": "webpack example/index.jsx --config example/webpack.config.js" | ||
}, | ||
@@ -31,3 +32,3 @@ "author": "Fong Kuanghuei <waneblade@gmail.com>", | ||
"dependencies": { | ||
"cropper": "^0.9.2", | ||
"cropper": "^0.9.3", | ||
"jquery": "^2.1.4" | ||
@@ -34,0 +35,0 @@ }, |
@@ -108,1 +108,13 @@ # [react-cropper](http://roadmanfong.github.io/react-cropper/) | ||
``` | ||
## Build | ||
``` | ||
npm run build | ||
``` | ||
## Author | ||
Fong Kuanghuei(waneblade@gmail.com) | ||
## License | ||
MIT |
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
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
846033
9
18627
120
255
2
Updatedcropper@^0.9.3