@robinbobin/react-native-google-drive-api-wrapper
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -0,2 +1,20 @@ | ||
import About from "./api/About"; | ||
import Files from "./api/Files"; | ||
export default class GDrive { | ||
constructor() { | ||
this.about = new About(); | ||
this.files = new Files(); | ||
} | ||
get about() { | ||
return this.__about; | ||
} | ||
set about(about) { | ||
this.__about = about; | ||
this.__about.gdrive = this; | ||
} | ||
get accessToken() { | ||
@@ -3,0 +21,0 @@ return this.__accessToken; |
@@ -1,8 +0,6 @@ | ||
import Files from "./Files"; | ||
import GDrive from "./GDrive"; | ||
import HttpError from "./aux/HttpError"; | ||
import MimeTypes from "./aux/MimeTypes"; | ||
import HttpError from "./HttpError"; | ||
import MimeTypes from "./MimeTypes"; | ||
export { | ||
Files, | ||
GDrive, | ||
@@ -9,0 +7,0 @@ HttpError, |
@@ -27,3 +27,3 @@ { | ||
}, | ||
"version": "0.2.0" | ||
"version": "0.3.0" | ||
} |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
25808
14
460
0
154
5