Socket
Socket
Sign inDemoInstall

@google-cloud/storage

Package Overview
Dependencies
Maintainers
1
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/storage - npm Package Compare versions

Comparing version 7.4.0 to 7.5.0

2

build/cjs/src/bucket.d.ts

@@ -173,2 +173,4 @@ /// <reference types="node" />

toggleTime?: string;
terminalStorageClass?: string;
terminalStorageClassUpdateTime?: string;
};

@@ -175,0 +177,0 @@ billing?: {

@@ -76,2 +76,3 @@ /// <reference types="node" />

enabled?: boolean;
terminalStorageClass?: 'NEARLINE' | 'ARCHIVE';
}

@@ -78,0 +79,0 @@ export interface CreateBucketRequest {

@@ -592,2 +592,4 @@ "use strict";

* enabled for the bucket.
* @property {object} [autoclass.terminalStorageClass='NEARLINE'] The storage class that objects in an Autoclass bucket eventually transition to if
* they are not read for a certain length of time. Valid values are NEARLINE and ARCHIVE.
* @property {boolean} [coldline=false] Specify the storage class as Coldline.

@@ -594,0 +596,0 @@ * @property {Cors[]} [cors=[]] Specify the CORS configuration to use.

@@ -173,2 +173,4 @@ /// <reference types="node" />

toggleTime?: string;
terminalStorageClass?: string;
terminalStorageClassUpdateTime?: string;
};

@@ -175,0 +177,0 @@ billing?: {

@@ -76,2 +76,3 @@ /// <reference types="node" />

enabled?: boolean;
terminalStorageClass?: 'NEARLINE' | 'ARCHIVE';
}

@@ -78,0 +79,0 @@ export interface CreateBucketRequest {

@@ -588,2 +588,4 @@ // Copyright 2019 Google LLC

* enabled for the bucket.
* @property {object} [autoclass.terminalStorageClass='NEARLINE'] The storage class that objects in an Autoclass bucket eventually transition to if
* they are not read for a certain length of time. Valid values are NEARLINE and ARCHIVE.
* @property {boolean} [coldline=false] Specify the storage class as Coldline.

@@ -590,0 +592,0 @@ * @property {Cors[]} [cors=[]] Specify the CORS configuration to use.

2

package.json
{
"name": "@google-cloud/storage",
"description": "Cloud Storage Client Library for Node.js",
"version": "7.4.0",
"version": "7.5.0",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "author": "Google Inc.",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc