Socket
Socket
Sign inDemoInstall

@s-ui/react-molecule-photo-uploader

Package Overview
Dependencies
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-ui/react-molecule-photo-uploader - npm Package Compare versions

Comparing version 1.16.0 to 1.17.0

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Change Log

# 1.17.0 (2020-10-23)
### Bug Fixes
* install fixed version of file-selector to avoid problems to verticals ([d9fb2c4](https://github.com/SUI-Components/sui-components/commit/d9fb2c41f6905dfced81107c77d651419f066af9))
# 1.16.0 (2020-07-21)

@@ -7,0 +16,0 @@

10

package.json
{
"name": "@s-ui/react-molecule-photo-uploader",
"version": "1.16.0",
"version": "1.17.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "npx rimraf ./lib && npx mkdirp ./lib && npm run build:js && npm run build:styles",
"prepare": "npx rimraf ./lib && npx mkdirp ./lib && npm run build:js && npm run build:styles",
"build:js": "../../../node_modules/.bin/babel --presets sui ./src --out-dir ./lib",
"build:styles": "../../../node_modules/.bin/cpx './src/**/*.scss' ./lib"
},
"@//COMMENT": "file-selector dependency is installed and fixed to 0.1.13 in order to avoid problems with https://github.com/react-dropzone/file-selector/issues/37.",
"dependencies": {
"@s-ui/component-dependencies": "1",
"file-selector": "0.1.13",
"react-dropzone": "10.2.1",

@@ -21,2 +22,5 @@ "react-sortablejs": "2.0.11",

},
"peerDependencies": {
"@s-ui/component-dependencies": "1"
},
"keywords": [],

@@ -23,0 +27,0 @@ "author": "",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc