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.20241102 to 0.0.20241110

2

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

@@ -5,0 +5,0 @@ "repository": {

@@ -106,2 +106,17 @@ # TypeScript typings for Google Drive API v3

/*
Retrieves an AccessProposal by ID.
*/
await gapi.client.drive.accessproposals.get({ fileId: "fileId", proposalId: "proposalId", });
/*
List the AccessProposals on a file. Note: Only approvers are able to list AccessProposals on a file. If the user is not an approver, returns a 403.
*/
await gapi.client.drive.accessproposals.list({ fileId: "fileId", });
/*
Used to approve or deny an Access Proposal.
*/
await gapi.client.drive.accessproposals.resolve({ fileId: "fileId", proposalId: "proposalId", });
/*
Gets a specific app.

@@ -108,0 +123,0 @@ */

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