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

@maxim_mazurok/gapi.client.storage-v1

Package Overview
Dependencies
Maintainers
0
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.storage-v1 - npm Package Compare versions

Comparing version 0.0.20240801 to 0.0.20240805

2

package.json
{
"name": "@maxim_mazurok/gapi.client.storage-v1",
"version": "0.0.20240801",
"version": "0.0.20240805",
"description": "TypeScript typings for Cloud Storage JSON API v1",

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

@@ -177,3 +177,3 @@ # TypeScript typings for Cloud Storage JSON API v1

/*
Permanently deletes an empty bucket.
Deletes an empty bucket. Deletions are permanent unless soft delete is enabled on the bucket.
*/

@@ -221,2 +221,10 @@ await gapi.client.storage.buckets.delete({bucket: 'bucket'});

/*
Restores a soft-deleted bucket.
*/
await gapi.client.storage.buckets.restore({
bucket: 'bucket',
generation: 'generation',
});
/*
Updates an IAM policy for the specified bucket.

@@ -223,0 +231,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