@uppy/onedrive
Advanced tools
Comparing version 0.1.4 to 1.0.0
@@ -49,3 +49,2 @@ var _class, _temp; | ||
companionHeaders: _this.opts.companionHeaders || _this.opts.serverHeaders, | ||
storage: _this.opts.storage, | ||
provider: 'onedrive', | ||
@@ -96,2 +95,2 @@ pluginId: _this.id | ||
return OneDrive; | ||
}(Plugin), _class.VERSION = "0.1.4", _temp); | ||
}(Plugin), _class.VERSION = "1.0.0", _temp); |
{ | ||
"name": "@uppy/onedrive", | ||
"description": "Import files from OneDrive, into Uppy.", | ||
"version": "0.1.4", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
@@ -23,5 +23,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^1.4.1", | ||
"@uppy/provider-views": "^1.5.2", | ||
"@uppy/utils": "^2.1.2", | ||
"@uppy/companion-client": "file:../companion-client", | ||
"@uppy/provider-views": "file:../provider-views", | ||
"@uppy/utils": "file:../utils", | ||
"preact": "8.2.9" | ||
@@ -31,4 +31,3 @@ }, | ||
"@uppy/core": "^1.0.0" | ||
}, | ||
"gitHead": "2b91a96c95ea1aa32980984904f9877d8a4c4440" | ||
} | ||
} |
@@ -24,3 +24,2 @@ const { Plugin } = require('@uppy/core') | ||
companionHeaders: this.opts.companionHeaders || this.opts.serverHeaders, | ||
storage: this.opts.storage, | ||
provider: 'onedrive', | ||
@@ -27,0 +26,0 @@ pluginId: this.id |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
9706
152
1
1
- Removed@uppy/companion-client@1.10.2(transitive)
- Removed@uppy/provider-views@1.12.3(transitive)
- Removed@uppy/utils@2.4.4(transitive)
- Removedclassnames@2.5.1(transitive)
- Removedqs-stringify@1.2.1(transitive)
- Removedquerystringify@2.2.0(transitive)
- Removedrequires-port@1.0.0(transitive)
- Removedurl-parse@1.5.10(transitive)
Updated@uppy/utils@file:../utils