react-images-upload
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "react-images-upload", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"private": false, | ||
"main": "dist/bundle.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jakehartnell/react-image-upload" | ||
"type": "git", | ||
"url": "https://github.com/jakehartnell/react-images-upload" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"react": "^16.2.0", | ||
"react-flip-move": "^3.0.1" | ||
"react": "^16.2.0", | ||
"react-flip-move": "^3.0.1" | ||
}, | ||
"scripts": { | ||
"start": "node scripts/start.js", | ||
"build": "node scripts/build.js", | ||
"test": "node scripts/test.js --env=jsdom", | ||
"npm_transpile": "SET NODE_ENV=production& babel src/component --out-dir dist" | ||
"build": "webpack" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"env", | ||
"react", | ||
"stage-2" | ||
] | ||
}, | ||
"keywords": [ | ||
@@ -25,3 +33,12 @@ "image", | ||
], | ||
"license": "MIT" | ||
"license": "MIT", | ||
"devDependencies": { | ||
"babel-loader": "^7.1.4", | ||
"babel-preset-react": "^6.24.1", | ||
"babel-preset-stage-2": "^6.24.1", | ||
"css-loader": "^0.28.11", | ||
"react-svg-loader": "^2.1.0", | ||
"webpack": "^4.8.3", | ||
"webpack-cli": "^2.1.3" | ||
} | ||
} |
@@ -69,7 +69,3 @@ # Images uploader UI component | ||
### Authors | ||
Barak Cohen (baaraak0@gmail.com) | ||
Jake Hartnell (Jake.Hartnell@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
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
148977
545
7
3
71
1