Socket
Socket
Sign inDemoInstall

@maxim_mazurok/gapi.client.drive-v3

Package Overview
Dependencies
Maintainers
1
Versions
139
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.20230402 to 0.0.20230413

2

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

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

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

/*
Subscribes to changes to a file. While you can establish a channel for changes to a file on a shared drive, a change to a shared drive file won't create a notification.
Subscribes to changes to a file.
*/

@@ -234,0 +234,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: 20230402
// Revision: 20230413

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

await gapi.client.drive.files.emptyTrash({
driveId: "Test string",
enforceSingleParent: true,

@@ -1303,3 +1304,3 @@ });

});
/** Subscribes to changes to a file. While you can establish a channel for changes to a file on a shared drive, a change to a shared drive file won't create a notification. */
/** Subscribes to changes to a file. */
await gapi.client.drive.files.watch({

@@ -1306,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