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

@maxim_mazurok/gapi.client.drive-v3

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.drive-v3 - npm Package Compare versions

Comparing version 0.0.20230815 to 0.0.20230822

2

package.json
{
"name": "@maxim_mazurok/gapi.client.drive-v3",
"version": "0.0.20230815",
"version": "0.0.20230822",
"description": "TypeScript typings for Google Drive API v3",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -146,3 +146,3 @@ # TypeScript typings for Google Drive API v3

/*
Permanently deletes a shared drive for which the user is an organizer. The shared drive cannot contain any untrashed items.
Permanently deletes a shared drive for which the user is an `organizer`. The shared drive cannot contain any untrashed items.
*/

@@ -187,3 +187,3 @@ await gapi.client.drive.drives.delete({ driveId: "driveId", });

/*
Permanently deletes a file owned by the user without moving it to the trash. If the file belongs to a shared drive the user must be an organizer on the parent. If the target is a folder, all descendants owned by the user are also deleted.
Permanently deletes a file owned by the user without moving it to the trash. If the file belongs to a shared drive, the user must be an `organizer` on the parent folder. If the target is a folder, all descendants owned by the user are also deleted.
*/

@@ -190,0 +190,0 @@ await gapi.client.drive.files.delete({ fileId: "fileId", });

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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