Skip to content

Commit 6b0daab

Browse files
Curtis CummingsCurtis Cummings
Curtis Cummings
authored and
Curtis Cummings
committed
Fix most npm vulnerabilities
There are a few npm warnings remaining but they rely on other packages to update like React: facebook/create-react-app#11054 For now, I've switched the build to use Yarn which allows us to use resolutions to include the newer versions of these insecure packages. The end result is that npm will still say there are fixes required, but the actual packages being used to build this package are the fixed versions.
1 parent d64eaf5 commit 6b0daab

File tree

6 files changed

+19489
-19479
lines changed

6 files changed

+19489
-19479
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Aquil.io
3+
Copyright (c) 2021 Simple File Upload
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
[![NPM](https://img.shields.io/npm/v/react-simple-file-upload.svg)](https://www.npmjs.com/package/react-simple-file-upload) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
66

7-
Simple File Upload is currently invite only. If you want to test it out, please reach out to [Colleen Schnettler](https://twitter.com/leenyburger) for an API Key.
7+
Get an API key by signing up at [Simple File Upload](https://www.simplefileupload.com/).
88

99
## Install
1010

@@ -28,4 +28,4 @@ const File Editor = () => (
2828

2929
## License
3030

31-
MIT © [Pixelplicity](https://github.com/pixelplicity)
31+
MIT © [Simple File Upload](https://www.simplefileupload.com)

0 commit comments

Comments
 (0)