Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@robinbobin/react-native-google-drive-api-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@robinbobin/react-native-google-drive-api-wrapper - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

api/About.js

18

GDrive.js

@@ -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;

6

index.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc