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
151
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.20230413 to 0.0.20230423

2

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

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

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

/*
Permanently deletes all of the user's trashed files.
Permanently deletes all trashed files of a user or shared drive.
*/

@@ -232,3 +232,3 @@ await gapi.client.drive.files.emptyTrash({ });

/*
Subscribes to changes to a file.
Subscribe to changes on a file.
*/

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

@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.drive-v3 definition tests */

// Revision: 20230413
// Revision: 20230423

@@ -931,3 +931,3 @@ gapi.load('client', async () => {

});
/** Permanently deletes all of the user's trashed files. */
/** Permanently deletes all trashed files of a user or shared drive. */
await gapi.client.drive.files.emptyTrash({

@@ -1304,3 +1304,3 @@ driveId: "Test string",

});
/** Subscribes to changes to a file. */
/** Subscribe to changes on a file. */
await gapi.client.drive.files.watch({

@@ -1307,0 +1307,0 @@ acknowledgeAbuse: true,

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