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

verto-internals

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verto-internals - npm Package Compare versions

Comparing version 0.8.0 to 0.9.0

services/gcp/gcp-storage.service.d.ts

2

package.json
{
"name": "verto-internals",
"version": "0.8.0",
"version": "0.9.0",
"description": "A collection of common code shared throughout Verto",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -0,3 +1,5 @@

/// <reference types="node" />
import { entity } from "@google-cloud/datastore/build/src/entity";
import { Operator, OrderOptions } from "@google-cloud/datastore/build/src/query";
import { FileOptions } from "@google-cloud/storage";
export interface GcpCredentialsProvider {

@@ -57,1 +59,6 @@ type: string;

}
export interface FileSaveInfo {
fileName: string;
fileContent: string | Buffer;
options?: FileOptions;
}
import {entity} from "@google-cloud/datastore/build/src/entity";
import {Operator, OrderOptions} from "@google-cloud/datastore/build/src/query";
import {FileOptions} from "@google-cloud/storage";

@@ -67,1 +68,7 @@ export interface GcpCredentialsProvider {

}
export interface FileSaveInfo {
fileName: string;
fileContent: string | Buffer;
options?: FileOptions;
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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