New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@maxim_mazurok/gapi.client.drive-v3

Package Overview
Dependencies
Maintainers
1
Versions
170
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.20230212 to 0.0.20230219

2

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

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

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

/*
Subscribes to changes for a user.
Subscribes to changes for a user. To use this method, you must include the pageToken query parameter.
*/

@@ -237,3 +237,3 @@ await gapi.client.drive.changes.watch({ pageToken: "pageToken", });

/*
Creates a permission for a file or shared drive.
Creates a permission for a file or shared drive. For more information on creating permissions, see Share files, folders & drives.
*/

@@ -240,0 +240,0 @@ await gapi.client.drive.permissions.create({ fileId: "fileId", });

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

// Revision: 20230212
// Revision: 20230219

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

});
/** Subscribes to changes for a user. */
/** Subscribes to changes for a user. To use this method, you must include the pageToken query parameter. */
await gapi.client.drive.changes.watch({

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

});
/** Creates a permission for a file or shared drive. */
/** Creates a permission for a file or shared drive. For more information on creating permissions, see Share files, folders & drives. */
await gapi.client.drive.permissions.create({

@@ -1328,0 +1328,0 @@ emailMessage: "Test string",

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